1
0
Fork 0

ARM: dts: sun8i-a83t-tbs-a711: HM5065 doesn't like such a high voltage

[ Upstream commit a40550952c ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
5.4-rM2-2.2.x-imx-squashed
Ondrej Jirman 2020-02-22 23:31:52 +01:00 committed by Greg Kroah-Hartman
parent bc844d58f6
commit 7092cc4590
1 changed files with 2 additions and 2 deletions

View File

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