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)
committerThierry Reding <treding@nvidia.com>
Mon, 31 May 2021 08:56:17 +0000 (10:56 +0200)
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>
arch/arm/boot/dts/tegra30-asus-nexus7-grouper-ti-pmic.dtsi

index 06b5e8a..9365ae6 100644 (file)
        };
 
        vdd_3v3_sys: regulator@1 {
-               gpio = <&pmic 7 GPIO_ACTIVE_HIGH>;
+               gpio = <&pmic 6 GPIO_ACTIVE_HIGH>;
                enable-active-high;
        };