Skip to content

Commit 7092cc4

Browse files
Ondrej Jirmangregkh
Ondrej Jirman
authored andcommitted
ARM: dts: sun8i-a83t-tbs-a711: HM5065 doesn't like such a high voltage
[ Upstream commit a405509 ] 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]> Signed-off-by: Sasha Levin <[email protected]>
1 parent bc844d5 commit 7092cc4

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
@@ -358,8 +358,8 @@
358358
};
359359

360360
&reg_dldo3 {
361-
regulator-min-microvolt = <2800000>;
362-
regulator-max-microvolt = <2800000>;
361+
regulator-min-microvolt = <1800000>;
362+
regulator-max-microvolt = <1800000>;
363363
regulator-name = "vdd-csi";
364364
};
365365

0 commit comments

Comments
 (0)