diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2015-10-06 11:03:39 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-10-12 15:51:59 -0700 |
commit | 3a637e008e542b8ebdc2ceed616b229af0462b14 (patch) | |
tree | d5774a6fd6f2b1c34f038d729c8247e1e8953ffa /arch/arm/boot/dts/omap4-var-som-om44-wlan.dtsi | |
parent | 79a4e64c679d8a0b1037da174e4aea578c80c4e6 (diff) | |
download | blackbird-obmc-linux-3a637e008e542b8ebdc2ceed616b229af0462b14.tar.gz blackbird-obmc-linux-3a637e008e542b8ebdc2ceed616b229af0462b14.zip |
ARM: dts: Use defined GPIO constants in flags cell for OMAP2+ boards
Many OMAP2+ DTS are not using the defined constants to express
the GPIO polarity. Replace these so the DTS are easier to read.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4-var-som-om44-wlan.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4-var-som-om44-wlan.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap4-var-som-om44-wlan.dtsi b/arch/arm/boot/dts/omap4-var-som-om44-wlan.dtsi index 9bceeb7e1f03..1c5f6f35e1cf 100644 --- a/arch/arm/boot/dts/omap4-var-som-om44-wlan.dtsi +++ b/arch/arm/boot/dts/omap4-var-som-om44-wlan.dtsi @@ -15,7 +15,7 @@ regulator-name = "vwl1271"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; - gpio = <&gpio2 11 0>; /* gpio 43 */ + gpio = <&gpio2 11 GPIO_ACTIVE_HIGH>; /* gpio 43 */ startup-delay-us = <70000>; enable-active-high; }; |