ARM: dts: imx28-tx28: Remove 'enable-active-low' property
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 5 Feb 2014 13:10:10 +0000 (11:10 -0200)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 10 Feb 2014 03:19:43 +0000 (11:19 +0800)
'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/imx28-tx28.dts

index 3c54e8d152e6dccabeaf61b79506c8ae5e6534fc..e14bd86f3e9999a50e0f60a7b443ed2b06ecbd07 100644 (file)
@@ -91,7 +91,6 @@
                        regulator-min-microvolt = <3300000>;
                        regulator-max-microvolt = <3300000>;
                        gpio = <&gpio1 0 0>;
-                       enable-active-low;
                        pinctrl-names = "default";
                        pinctrl-0 = <&tx28_flexcan_xcvr_pins>;
                };
This page took 0.025222 seconds and 5 git commands to generate.