提交 c4dd6066 编写于 作者: D Dmitry Osipenko 提交者: Thierry Reding

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: NSvyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: NDmitry Osipenko <digetx@gmail.com>
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 4405d933
...@@ -144,7 +144,7 @@ ...@@ -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;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册