Skip to content
This repository was archived by the owner on Apr 12, 2025. It is now read-only.

Commit 09c4723

Browse files
authored
arm64: dts: allwinner: h616: Correct voltage for GPU OPP table (#15)
Max operating voltage for the GPU is 0.99V and that is what the regulator is also set to. Do not overvolt the GPU. Signed-off-by: Martin Botka <martin@biqu3d.com>
1 parent 3b6c8e0 commit 09c4723

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

kernel/arch/arm64/boot/dts/allwinner/sun50i-h616-biqu.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,23 +161,23 @@
161161

162162
opp-200000000 {
163163
opp-hz = /bits/ 64 <200000000>;
164-
opp-microvolt = <1100000>;
164+
opp-microvolt = <990000>;
165165
};
166166
opp-312000000 {
167167
opp-hz = /bits/ 64 <312000000>;
168-
opp-microvolt = <1100000>;
168+
opp-microvolt = <990000>;
169169
};
170170
opp-432000000 {
171171
opp-hz = /bits/ 64 <432000000>;
172-
opp-microvolt = <1100000>;
172+
opp-microvolt = <990000>;
173173
};
174174
opp-528000000 {
175175
opp-hz = /bits/ 64 <528000000>;
176-
opp-microvolt = <1100000>;
176+
opp-microvolt = <990000>;
177177
};
178178
opp-650000000 {
179179
opp-hz = /bits/ 64 <650000000>;
180-
opp-microvolt = <1100000>;
180+
opp-microvolt = <990000>;
181181
};
182182
};
183183
};

0 commit comments

Comments
 (0)