]> git.baikalelectronics.ru Git - kernel.git/commitdiff
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Apr 2020 08:49:56 +0000 (10:49 +0200)
[ Upstream commit 9410d353eee963c8a1a92deb77224cfcf37c94ab ]

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>
arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts

index 397140454132f58a81595f561bd2b892cc630e56..6bf93e5ed6817127454776b1a5f1e12fce329717 100644 (file)
 };
 
 &reg_dldo3 {
-       regulator-min-microvolt = <2800000>;
-       regulator-max-microvolt = <2800000>;
+       regulator-min-microvolt = <1800000>;
+       regulator-max-microvolt = <1800000>;
        regulator-name = "vdd-csi";
 };