]> git.itanic.dy.fi Git - linux-stable/commitdiff
ARM: tegra: nexus7: Correct 3v3 regulator GPIO of PM269 variant
authorDmitry Osipenko <digetx@gmail.com>
Mon, 10 May 2021 20:26:00 +0000 (23:26 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Jul 2021 12:36:13 +0000 (14:36 +0200)
[ Upstream commit c4dd6066bc304649e3159f1c7a08ece25d537e00 ]

The 3v3 regulator GPIO is GP6 and not GP7, which is the DDR regulator.
Both regulators are always-on, nevertheless the DT model needs to be
corrected, fix it.

Reported-by: Svyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/tegra30-asus-nexus7-grouper-ti-pmic.dtsi

index bfc06b988781d1b85addf5b19b13017a45a58527..215e497652d8e3ca16841e2c746f1746494be394 100644 (file)
@@ -143,7 +143,7 @@ vdd_core: core-regulator@60 {
        };
 
        vdd_3v3_sys: regulator@1 {
-               gpio = <&pmic 7 GPIO_ACTIVE_HIGH>;
+               gpio = <&pmic 6 GPIO_ACTIVE_HIGH>;
                enable-active-high;
        };
 };