diff options
author | Dmitry Osipenko <[email protected]> | 2021-05-10 23:26:00 +0300 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2021-05-31 10:56:17 +0200 |
commit | c4dd6066bc304649e3159f1c7a08ece25d537e00 (patch) | |
tree | a4455a15b6e324bacd09e98389c9ff380df25fa5 | |
parent | 4405d933b66c0c9268de3b3d9cab3e3b780c64f1 (diff) |
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 <[email protected]>
Signed-off-by: Dmitry Osipenko <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/tegra30-asus-nexus7-grouper-ti-pmic.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra30-asus-nexus7-grouper-ti-pmic.dtsi b/arch/arm/boot/dts/tegra30-asus-nexus7-grouper-ti-pmic.dtsi index 06b5e8a5ce5d..9365ae607239 100644 --- a/arch/arm/boot/dts/tegra30-asus-nexus7-grouper-ti-pmic.dtsi +++ b/arch/arm/boot/dts/tegra30-asus-nexus7-grouper-ti-pmic.dtsi @@ -144,7 +144,7 @@ }; vdd_3v3_sys: regulator@1 { - gpio = <&pmic 7 GPIO_ACTIVE_HIGH>; + gpio = <&pmic 6 GPIO_ACTIVE_HIGH>; enable-active-high; }; |