Commit ee913f7a authored by Tuomas Tynkkynen's avatar Tuomas Tynkkynen Committed by Thierry Reding

ARM: tegra: Fix typoed ams,ext-control properties

The property for enabling external rail control on the AS3722 is
ams,ext-control, not ams,external-control. Since the external rail
control property was previously being ignored, LP1 suspend on these
boards wasn't actually turning the CPU rail off at all.
Signed-off-by: default avatarTuomas Tynkkynen <ttynkkynen@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 62b8db08
......@@ -1461,7 +1461,7 @@ sd0 {
regulator-max-microamp = <3500000>;
regulator-always-on;
regulator-boot-on;
ams,external-control = <2>;
ams,ext-control = <2>;
};
sd1 {
......@@ -1472,7 +1472,7 @@ sd1 {
regulator-max-microamp = <2500000>;
regulator-always-on;
regulator-boot-on;
ams,external-control = <1>;
ams,ext-control = <1>;
};
vdd_1v35_lp0: sd2 {
......@@ -1521,7 +1521,7 @@ ldo0 {
regulator-max-microvolt = <1050000>;
regulator-boot-on;
regulator-always-on;
ams,external-control = <1>;
ams,ext-control = <1>;
};
ldo1 {
......
......@@ -682,7 +682,7 @@ sd0 {
regulator-max-microamp = <3500000>;
regulator-always-on;
regulator-boot-on;
ams,external-control = <2>;
ams,ext-control = <2>;
};
sd1 {
......@@ -693,7 +693,7 @@ sd1 {
regulator-max-microamp = <2500000>;
regulator-always-on;
regulator-boot-on;
ams,external-control = <1>;
ams,ext-control = <1>;
};
vdd_1v35_lp0: sd2 {
......@@ -742,7 +742,7 @@ ldo0 {
regulator-max-microvolt = <1050000>;
regulator-boot-on;
regulator-always-on;
ams,external-control = <1>;
ams,ext-control = <1>;
};
ldo1 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment