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
@@ -26,7 +26,7 @@
|
||||
regulator-name = "vwl1271";
|
||||
regulator-min-microvolt = <1800000>;
|
||||
regulator-max-microvolt = <1800000>;
|
||||
gpio = <&gpio5 22 0>; /* gpio150 */
|
||||
gpio = <&gpio5 22 GPIO_ACTIVE_HIGH>; /* gpio150 */
|
||||
startup-delay-us = <70000>;
|
||||
enable-active-high;
|
||||
vin-supply = <&vmmc2>;
|
||||
@@ -91,7 +91,7 @@
|
||||
tsc2046@0 {
|
||||
interrupt-parent = <&gpio6>;
|
||||
interrupts = <15 0>; /* gpio175 */
|
||||
pendown-gpio = <&gpio6 15 0>;
|
||||
pendown-gpio = <&gpio6 15 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user