diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2015-10-06 12:03:39 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-10-13 01:51:59 +0300 |
commit | 3a637e008e542b8ebdc2ceed616b229af0462b14 (patch) | |
tree | d5774a6fd6f2b1c34f038d729c8247e1e8953ffa /arch/arm/boot/dts/omap2420-n8x0-common.dtsi | |
parent | 79a4e64c679d8a0b1037da174e4aea578c80c4e6 (diff) | |
download | linux-3a637e008e542b8ebdc2ceed616b229af0462b14.tar.xz |
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/omap2420-n8x0-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap2420-n8x0-common.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/omap2420-n8x0-common.dtsi b/arch/arm/boot/dts/omap2420-n8x0-common.dtsi index c9f1e93a95ae..8491f46c61b7 100644 --- a/arch/arm/boot/dts/omap2420-n8x0-common.dtsi +++ b/arch/arm/boot/dts/omap2420-n8x0-common.dtsi @@ -9,9 +9,9 @@ ocp { i2c@0 { compatible = "i2c-cbus-gpio"; - gpios = <&gpio3 2 0 /* gpio66 clk */ - &gpio3 1 0 /* gpio65 dat */ - &gpio3 0 0 /* gpio64 sel */ + gpios = <&gpio3 2 GPIO_ACTIVE_HIGH /* gpio66 clk */ + &gpio3 1 GPIO_ACTIVE_HIGH /* gpio65 dat */ + &gpio3 0 GPIO_ACTIVE_HIGH /* gpio64 sel */ >; #address-cells = <1>; #size-cells = <0>; |