]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: tegra: Fix typoed ams,ext-control properties
authorTuomas Tynkkynen <ttynkkynen@nvidia.com>
Wed, 9 Jul 2014 18:53:17 +0000 (21:53 +0300)
committerThierry Reding <treding@nvidia.com>
Thu, 17 Jul 2014 13:02:13 +0000 (15:02 +0200)
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>
arch/arm/boot/dts/tegra124-jetson-tk1.dts
arch/arm/boot/dts/tegra124-venice2.dts

index 11c1650624b27bfb567246b05dd886dee69937eb..624b0fba2d0a0f27861fa4c2a97694c23a7e3088 100644 (file)
@@ -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 {
index f1a5bac43c55b0528116ab022fa8d2d3c23a052f..70ad91d1a20be3760bd33c4a864ae835e87b644f 100644 (file)
@@ -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 {