diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-02-05 11:10:09 -0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-10 11:19:36 +0800 |
commit | 9bf52c0e9323ad7c826f32491bbc9094168f3ccf (patch) | |
tree | 7559ad2ded0d64fdda94a53d8cb30e876377aad8 /arch/arm/boot/dts/imx53-mba53.dts | |
parent | 51aba3255e5ef60af35efdcd544fef5271c162ae (diff) | |
download | linux-9bf52c0e9323ad7c826f32491bbc9094168f3ccf.tar.bz2 |
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/dts/imx53-mba53.dts')
-rw-r--r-- | arch/arm/boot/dts/imx53-mba53.dts | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ regulator-name = "lcd-supply"; gpio = <&gpio2 5 0>; startup-delay-us = <5000>; - enable-active-low; }; reg_3p2v: regulator@1 { |