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/omap3-lilly-dbb056.dts | |
parent | 79a4e64c679d8a0b1037da174e4aea578c80c4e6 (diff) |
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/omap3-lilly-dbb056.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-lilly-dbb056.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap3-lilly-dbb056.dts b/arch/arm/boot/dts/omap3-lilly-dbb056.dts index 834f7c65f62d..0e3c9812f4e3 100644 --- a/arch/arm/boot/dts/omap3-lilly-dbb056.dts +++ b/arch/arm/boot/dts/omap3-lilly-dbb056.dts @@ -114,8 +114,8 @@ status = "okay"; bus-width = <4>; vmmc-supply = <&vmmc1>; - cd-gpios = <&gpio6 4 0>; /* gpio_164 */ - wp-gpios = <&gpio6 3 0>; /* gpio_163 */ + cd-gpios = <&gpio6 4 GPIO_ACTIVE_HIGH>; /* gpio_164 */ + wp-gpios = <&gpio6 3 GPIO_ACTIVE_HIGH>; /* gpio_163 */ pinctrl-names = "default"; pinctrl-0 = <&mmc2_pins>; ti,dual-volt; |