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 <megous@megous.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
This commit is contained in:
Ondrej Jirman 2020-02-22 23:31:52 +01:00 committed by Maxime Ripard
parent bd8cac5fb8
commit a40550952c
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5

View File

@ -374,8 +374,8 @@
};
&reg_dldo3 {
regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>;
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-name = "vdd-csi";
};