Skip to content

Commit a405509

Browse files
Ondrej Jirmanmripard
authored andcommitted
ARM: dts: sun8i-a83t-tbs-a711: HM5065 doesn't like such a high voltage
Lowering the voltage solves the quick image degradation over time (minutes), that was probably caused by overheating. Signed-off-by: Ondrej Jirman <[email protected]> Signed-off-by: Maxime Ripard <[email protected]>
1 parent bd8cac5 commit a405509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,8 @@
374374
};
375375

376376
&reg_dldo3 {
377-
regulator-min-microvolt = <2800000>;
378-
regulator-max-microvolt = <2800000>;
377+
regulator-min-microvolt = <1800000>;
378+
regulator-max-microvolt = <1800000>;
379379
regulator-name = "vdd-csi";
380380
};
381381

0 commit comments

Comments
 (0)