diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-02-05 08:10:10 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-09 22:19:43 -0500 |
commit | e252ab903c580324c783f18bb71fe06b34f04cfc (patch) | |
tree | e33b3b17954951aa6634fb72bbff9283b068ac0e | |
parent | 9bf52c0e9323ad7c826f32491bbc9094168f3ccf (diff) |
ARM: dts: imx28-tx28: 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>
-rw-r--r-- | arch/arm/boot/dts/imx28-tx28.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28-tx28.dts b/arch/arm/boot/dts/imx28-tx28.dts index 3c54e8d152e6..e14bd86f3e99 100644 --- a/arch/arm/boot/dts/imx28-tx28.dts +++ b/arch/arm/boot/dts/imx28-tx28.dts | |||
@@ -91,7 +91,6 @@ | |||
91 | regulator-min-microvolt = <3300000>; | 91 | regulator-min-microvolt = <3300000>; |
92 | regulator-max-microvolt = <3300000>; | 92 | regulator-max-microvolt = <3300000>; |
93 | gpio = <&gpio1 0 0>; | 93 | gpio = <&gpio1 0 0>; |
94 | enable-active-low; | ||
95 | pinctrl-names = "default"; | 94 | pinctrl-names = "default"; |
96 | pinctrl-0 = <&tx28_flexcan_xcvr_pins>; | 95 | pinctrl-0 = <&tx28_flexcan_xcvr_pins>; |
97 | }; | 96 | }; |