diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-02-05 08:10:09 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-09 22:19:36 -0500 |
commit | 9bf52c0e9323ad7c826f32491bbc9094168f3ccf (patch) | |
tree | 7559ad2ded0d64fdda94a53d8cb30e876377aad8 /arch/arm/boot | |
parent | 51aba3255e5ef60af35efdcd544fef5271c162ae (diff) |
ARM: dts: mx53: Remove 'enable-active-low' property
'enable-active-low' is not a valid property for a GPIO controlled regulator.
According to Documentation/devicetree/bindings/regulator/gpio-regulator.txt:
"Optional properties:
...
- enable-active-high : Polarity of GPIO is active high (default is low)."
,so the correct way to define an active-low GPIO controlled regulator is to
simply not pass 'enable-active-high'.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx53-m53evk.dts | 1 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx53-mba53.dts | 1 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx53-tx53.dtsi | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx53-m53evk.dts b/arch/arm/boot/dts/imx53-m53evk.dts index 7100d08b53c5..e8d11e2a93cd 100644 --- a/arch/arm/boot/dts/imx53-m53evk.dts +++ b/arch/arm/boot/dts/imx53-m53evk.dts | |||
@@ -103,7 +103,6 @@ | |||
103 | regulator-min-microvolt = <5000000>; | 103 | regulator-min-microvolt = <5000000>; |
104 | regulator-max-microvolt = <5000000>; | 104 | regulator-max-microvolt = <5000000>; |
105 | gpio = <&gpio1 2 0>; | 105 | gpio = <&gpio1 2 0>; |
106 | enable-active-low; | ||
107 | }; | 106 | }; |
108 | }; | 107 | }; |
109 | 108 | ||
diff --git a/arch/arm/boot/dts/imx53-mba53.dts b/arch/arm/boot/dts/imx53-mba53.dts index 0358366c5a17..55af11037a00 100644 --- a/arch/arm/boot/dts/imx53-mba53.dts +++ b/arch/arm/boot/dts/imx53-mba53.dts | |||
@@ -46,7 +46,6 @@ | |||
46 | regulator-name = "lcd-supply"; | 46 | regulator-name = "lcd-supply"; |
47 | gpio = <&gpio2 5 0>; | 47 | gpio = <&gpio2 5 0>; |
48 | startup-delay-us = <5000>; | 48 | startup-delay-us = <5000>; |
49 | enable-active-low; | ||
50 | }; | 49 | }; |
51 | 50 | ||
52 | reg_3p2v: regulator@1 { | 51 | reg_3p2v: regulator@1 { |
diff --git a/arch/arm/boot/dts/imx53-tx53.dtsi b/arch/arm/boot/dts/imx53-tx53.dtsi index a44403a37af7..e348796ba689 100644 --- a/arch/arm/boot/dts/imx53-tx53.dtsi +++ b/arch/arm/boot/dts/imx53-tx53.dtsi | |||
@@ -96,7 +96,6 @@ | |||
96 | pinctrl-names = "default"; | 96 | pinctrl-names = "default"; |
97 | pinctrl-0 = <&pinctrl_can_xcvr>; | 97 | pinctrl-0 = <&pinctrl_can_xcvr>; |
98 | gpio = <&gpio4 21 GPIO_ACTIVE_HIGH>; | 98 | gpio = <&gpio4 21 GPIO_ACTIVE_HIGH>; |
99 | enable-active-low; | ||
100 | }; | 99 | }; |
101 | 100 | ||
102 | reg_usbh1_vbus: regulator@3 { | 101 | reg_usbh1_vbus: regulator@3 { |