ARM: dts: sun8i-a83t-tbs-a711: HM5065 doesn't like such a high voltage
authorOndrej Jirman <megous@megous.com>
Sat, 22 Feb 2020 22:31:52 +0000 (23:31 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 24 Feb 2020 09:32:23 +0000 (10:32 +0100)
Lowering the voltage solves the quick image degradation over time
(minutes), that was probably caused by overheating.

Signed-off-by: Ondrej Jirman <megous@megous.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts

index 2fd31a0a0b344e90c4c6efb53b90b85fa90da85f..eb5e2072a181d78b02e5d18eea13b3d006541697 100644 (file)
 };
 
 &reg_dldo3 {
-       regulator-min-microvolt = <2800000>;
-       regulator-max-microvolt = <2800000>;
+       regulator-min-microvolt = <1800000>;
+       regulator-max-microvolt = <1800000>;
        regulator-name = "vdd-csi";
 };