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>
This commit is contained in:

committed by
Tony Lindgren

parent
79a4e64c67
commit
3a637e008e
@@ -200,7 +200,7 @@
|
||||
tsc2046@0 {
|
||||
interrupt-parent = <&gpio2>;
|
||||
interrupts = <22 0>; /* gpio54 */
|
||||
pendown-gpio = <&gpio2 22 0>;
|
||||
pendown-gpio = <&gpio2 22 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user