ARM: tegra: nexus7: Correct 3v3 regulator GPIO of PM269 variant

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>
This commit is contained in:
Dmitry Osipenko 2021-05-10 23:26:00 +03:00 committed by Thierry Reding
parent 4405d933b6
commit c4dd6066bc
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@
}; };
vdd_3v3_sys: regulator@1 { vdd_3v3_sys: regulator@1 {
gpio = <&pmic 7 GPIO_ACTIVE_HIGH>; gpio = <&pmic 6 GPIO_ACTIVE_HIGH>;
enable-active-high; enable-active-high;
}; };