diff options
author | Javier Martinez Canillas | 2015-10-06 11:03:39 +0200 |
---|---|---|
committer | Tony Lindgren | 2015-10-13 00:51:59 +0200 |
commit | 3a637e008e542b8ebdc2ceed616b229af0462b14 (patch) | |
tree | d5774a6fd6f2b1c34f038d729c8247e1e8953ffa /arch/arm/boot/dts/omap3-lilly-a83x.dtsi | |
parent | ARM: dts: Add am335x-bonegreen (diff) | |
download | kernel-qcow2-linux-3a637e008e542b8ebdc2ceed616b229af0462b14.tar.gz kernel-qcow2-linux-3a637e008e542b8ebdc2ceed616b229af0462b14.tar.xz kernel-qcow2-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/omap3-lilly-a83x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3-lilly-a83x.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-lilly-a83x.dtsi b/arch/arm/boot/dts/omap3-lilly-a83x.dtsi index d0dd0365bfda..46f88f86a50b 100644 --- a/arch/arm/boot/dts/omap3-lilly-a83x.dtsi +++ b/arch/arm/boot/dts/omap3-lilly-a83x.dtsi @@ -314,7 +314,7 @@ interrupt-parent = <&gpio1>; interrupts = <8 0>; /* boot6 / gpio_8 */ spi-max-frequency = <1000000>; - pendown-gpio = <&gpio1 8 0>; + pendown-gpio = <&gpio1 8 GPIO_ACTIVE_HIGH>; vcc-supply = <®_vcc3>; pinctrl-names = "default"; pinctrl-0 = <&tsc2048_pins>; |