mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-23 16:05:28 +07:00
ARM: tegra: nexus7: Correct 3v3 regulator GPIO of PM269 variant
[ 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>
This commit is contained in:
parent
e89f4098d5
commit
a74d3bbe05
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user