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: Tuomas Tynkkynen <ttynkkynen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Tuomas Tynkkynen 2014-07-09 21:53:17 +03:00 committed by Thierry Reding
parent 62b8db08e7
commit ee913f7a15
2 changed files with 6 additions and 6 deletions

View File

@ -1461,7 +1461,7 @@
regulator-max-microamp = <3500000>;
regulator-always-on;
regulator-boot-on;
ams,external-control = <2>;
ams,ext-control = <2>;
};
sd1 {
@ -1472,7 +1472,7 @@
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 @@
regulator-max-microvolt = <1050000>;
regulator-boot-on;
regulator-always-on;
ams,external-control = <1>;
ams,ext-control = <1>;
};
ldo1 {

View File

@ -682,7 +682,7 @@
regulator-max-microamp = <3500000>;
regulator-always-on;
regulator-boot-on;
ams,external-control = <2>;
ams,ext-control = <2>;
};
sd1 {
@ -693,7 +693,7 @@
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 @@
regulator-max-microvolt = <1050000>;
regulator-boot-on;
regulator-always-on;
ams,external-control = <1>;
ams,ext-control = <1>;
};
ldo1 {