ARM: dts: mx53: Remove 'enable-active-low' property
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 5 Feb 2014 13:10:09 +0000 (11:10 -0200)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 10 Feb 2014 03:19:36 +0000 (11:19 +0800)
commit9bf52c0e9323ad7c826f32491bbc9094168f3ccf
tree7559ad2ded0d64fdda94a53d8cb30e876377aad8
parent51aba3255e5ef60af35efdcd544fef5271c162ae
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>
arch/arm/boot/dts/imx53-m53evk.dts
arch/arm/boot/dts/imx53-mba53.dts
arch/arm/boot/dts/imx53-tx53.dtsi
This page took 0.024996 seconds and 5 git commands to generate.