1
0
Fork 0

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>
hifive-unleashed-5.1
Javier Martinez Canillas 2015-10-06 11:03:39 +02:00 committed by Tony Lindgren
parent 79a4e64c67
commit 3a637e008e
25 changed files with 38 additions and 38 deletions

View File

@ -9,9 +9,9 @@
ocp { ocp {
i2c@0 { i2c@0 {
compatible = "i2c-cbus-gpio"; compatible = "i2c-cbus-gpio";
gpios = <&gpio3 2 0 /* gpio66 clk */ gpios = <&gpio3 2 GPIO_ACTIVE_HIGH /* gpio66 clk */
&gpio3 1 0 /* gpio65 dat */ &gpio3 1 GPIO_ACTIVE_HIGH /* gpio65 dat */
&gpio3 0 0 /* gpio64 sel */ &gpio3 0 GPIO_ACTIVE_HIGH /* gpio64 sel */
>; >;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;

View File

@ -80,7 +80,7 @@
regulator-name = "hsusb2_vbus"; regulator-name = "hsusb2_vbus";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
gpio = <&twl_gpio 18 0>; /* GPIO LEDA */ gpio = <&twl_gpio 18 GPIO_ACTIVE_HIGH>; /* GPIO LEDA */
startup-delay-us = <70000>; startup-delay-us = <70000>;
}; };

View File

@ -55,7 +55,7 @@
regulator-name = "hsusb2_vbus"; regulator-name = "hsusb2_vbus";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
gpio = <&twl_gpio 18 0>; /* GPIO LEDA */ gpio = <&twl_gpio 18 GPIO_ACTIVE_HIGH>; /* GPIO LEDA */
startup-delay-us = <70000>; startup-delay-us = <70000>;
}; };

View File

@ -224,7 +224,7 @@
interrupt-parent = <&gpio2>; interrupt-parent = <&gpio2>;
interrupts = <25 0>; /* gpio_57 */ interrupts = <25 0>; /* gpio_57 */
pendown-gpio = <&gpio2 25 0>; pendown-gpio = <&gpio2 25 GPIO_ACTIVE_HIGH>;
ti,x-min = /bits/ 16 <0x0>; ti,x-min = /bits/ 16 <0x0>;
ti,x-max = /bits/ 16 <0x0fff>; ti,x-max = /bits/ 16 <0x0fff>;

View File

@ -54,7 +54,7 @@
interrupt-parent = <&gpio1>; interrupt-parent = <&gpio1>;
interrupts = <27 0>; /* gpio_27 */ interrupts = <27 0>; /* gpio_27 */
pendown-gpio = <&gpio1 27 0>; pendown-gpio = <&gpio1 27 GPIO_ACTIVE_HIGH>;
ti,x-min = /bits/ 16 <0x0>; ti,x-min = /bits/ 16 <0x0>;
ti,x-max = /bits/ 16 <0x0fff>; ti,x-max = /bits/ 16 <0x0fff>;

View File

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

View File

@ -77,10 +77,10 @@
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&spi_gpio_pins>; pinctrl-0 = <&spi_gpio_pins>;
gpio-sck = <&gpio1 12 0>; gpio-sck = <&gpio1 12 GPIO_ACTIVE_HIGH>;
gpio-miso = <&gpio1 18 0>; gpio-miso = <&gpio1 18 GPIO_ACTIVE_HIGH>;
gpio-mosi = <&gpio1 20 0>; gpio-mosi = <&gpio1 20 GPIO_ACTIVE_HIGH>;
cs-gpios = <&gpio1 19 0>; cs-gpios = <&gpio1 19 GPIO_ACTIVE_HIGH>;
num-chipselects = <1>; num-chipselects = <1>;
/* lcd panel */ /* lcd panel */
@ -118,7 +118,7 @@
tv_amp: opa362 { tv_amp: opa362 {
compatible = "ti,opa362"; compatible = "ti,opa362";
enable-gpios = <&gpio1 23 0>; enable-gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>;
ports { ports {
#address-cells = <1>; #address-cells = <1>;

View File

@ -12,6 +12,6 @@
model = "Goldelico GTA04A5"; model = "Goldelico GTA04A5";
sound { sound {
ti,jack-det-gpio = <&twl_gpio 2 0>; /* GTA04A5 only */ ti,jack-det-gpio = <&twl_gpio 2 GPIO_ACTIVE_HIGH>; /* GTA04A5 only */
}; };
}; };

View File

@ -200,7 +200,7 @@
tsc2046@0 { tsc2046@0 {
interrupt-parent = <&gpio2>; interrupt-parent = <&gpio2>;
interrupts = <22 0>; /* gpio54 */ interrupts = <22 0>; /* gpio54 */
pendown-gpio = <&gpio2 22 0>; pendown-gpio = <&gpio2 22 GPIO_ACTIVE_HIGH>;
}; };
}; };

View File

@ -314,7 +314,7 @@
interrupt-parent = <&gpio1>; interrupt-parent = <&gpio1>;
interrupts = <8 0>; /* boot6 / gpio_8 */ interrupts = <8 0>; /* boot6 / gpio_8 */
spi-max-frequency = <1000000>; spi-max-frequency = <1000000>;
pendown-gpio = <&gpio1 8 0>; pendown-gpio = <&gpio1 8 GPIO_ACTIVE_HIGH>;
vcc-supply = <&reg_vcc3>; vcc-supply = <&reg_vcc3>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&tsc2048_pins>; pinctrl-0 = <&tsc2048_pins>;

View File

@ -114,8 +114,8 @@
status = "okay"; status = "okay";
bus-width = <4>; bus-width = <4>;
vmmc-supply = <&vmmc1>; vmmc-supply = <&vmmc1>;
cd-gpios = <&gpio6 4 0>; /* gpio_164 */ cd-gpios = <&gpio6 4 GPIO_ACTIVE_HIGH>; /* gpio_164 */
wp-gpios = <&gpio6 3 0>; /* gpio_163 */ wp-gpios = <&gpio6 3 GPIO_ACTIVE_HIGH>; /* gpio_163 */
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&mmc2_pins>; pinctrl-0 = <&mmc2_pins>;
ti,dual-volt; ti,dual-volt;

View File

@ -27,7 +27,7 @@
regulator-name = "VEMMC"; regulator-name = "VEMMC";
regulator-min-microvolt = <2900000>; regulator-min-microvolt = <2900000>;
regulator-max-microvolt = <2900000>; regulator-max-microvolt = <2900000>;
gpio = <&gpio5 29 0>; /* gpio line 157 */ gpio = <&gpio5 29 GPIO_ACTIVE_HIGH>; /* gpio line 157 */
startup-delay-us = <150>; startup-delay-us = <150>;
enable-active-high; enable-active-high;
}; };

View File

@ -35,7 +35,7 @@
regulator-name = "hsusb2_vbus"; regulator-name = "hsusb2_vbus";
regulator-min-microvolt = <5000000>; regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>; regulator-max-microvolt = <5000000>;
gpio = <&gpio6 8 0>; /* gpio_168: vbus enable */ gpio = <&gpio6 8 GPIO_ACTIVE_HIGH>; /* gpio_168: vbus enable */
startup-delay-us = <70000>; startup-delay-us = <70000>;
enable-active-high; enable-active-high;
}; };

View File

@ -152,7 +152,7 @@
interrupt-parent = <&gpio4>; interrupt-parent = <&gpio4>;
interrupts = <18 0>; /* gpio_114 */ interrupts = <18 0>; /* gpio_114 */
pendown-gpio = <&gpio4 18 0>; pendown-gpio = <&gpio4 18 GPIO_ACTIVE_HIGH>;
ti,x-min = /bits/ 16 <0x0>; ti,x-min = /bits/ 16 <0x0>;
ti,x-max = /bits/ 16 <0x0fff>; ti,x-max = /bits/ 16 <0x0fff>;

View File

@ -163,7 +163,7 @@
interrupt-parent = <&gpio4>; interrupt-parent = <&gpio4>;
interrupts = <18 0>; /* gpio_114 */ interrupts = <18 0>; /* gpio_114 */
pendown-gpio = <&gpio4 18 0>; pendown-gpio = <&gpio4 18 GPIO_ACTIVE_HIGH>;
ti,x-min = /bits/ 16 <0x0>; ti,x-min = /bits/ 16 <0x0>;
ti,x-max = /bits/ 16 <0x0fff>; ti,x-max = /bits/ 16 <0x0fff>;

View File

@ -218,7 +218,7 @@
regulator-always-on; regulator-always-on;
regulator-boot-on; regulator-boot-on;
enable-active-high; enable-active-high;
gpio = <&gpio6 4 0>; /* GPIO_164 */ gpio = <&gpio6 4 GPIO_ACTIVE_HIGH>; /* GPIO_164 */
}; };
/* wg7210 (wifi+bt module) 32k clock buffer */ /* wg7210 (wifi+bt module) 32k clock buffer */
@ -607,7 +607,7 @@
pinctrl-0 = <&penirq_pins>; pinctrl-0 = <&penirq_pins>;
interrupt-parent = <&gpio3>; interrupt-parent = <&gpio3>;
interrupts = <30 0>; /* GPIO_94 */ interrupts = <30 0>; /* GPIO_94 */
pendown-gpio = <&gpio3 30 0>; pendown-gpio = <&gpio3 30 GPIO_ACTIVE_HIGH>;
vcc-supply = <&vaux4>; vcc-supply = <&vaux4>;
ti,x-min = /bits/ 16 <0>; ti,x-min = /bits/ 16 <0>;

View File

@ -37,7 +37,7 @@
regulator-name = "hsusb2_vbus"; regulator-name = "hsusb2_vbus";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
gpio = <&twl_gpio 18 0>; /* GPIO LEDA */ gpio = <&twl_gpio 18 GPIO_ACTIVE_HIGH>; /* GPIO LEDA */
startup-delay-us = <70000>; startup-delay-us = <70000>;
}; };
@ -225,7 +225,7 @@
pinctrl-0 = <&mmc1_pins>; pinctrl-0 = <&mmc1_pins>;
vmmc-supply = <&vmmc1>; vmmc-supply = <&vmmc1>;
vmmc_aux-supply = <&vsim>; vmmc_aux-supply = <&vsim>;
cd-gpios = <&twl_gpio 0 0>; cd-gpios = <&twl_gpio 0 GPIO_ACTIVE_HIGH>;
bus-width = <8>; bus-width = <8>;
}; };

View File

@ -44,7 +44,7 @@
regulator-name = "vwl1271"; regulator-name = "vwl1271";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
gpio = <&gpio4 5 0>; /* gpio101 */ gpio = <&gpio4 5 GPIO_ACTIVE_HIGH>; /* gpio101 */
startup-delay-us = <70000>; startup-delay-us = <70000>;
enable-active-high; enable-active-high;
}; };

View File

@ -68,7 +68,7 @@
regulator-name = "hsusb1_vbus"; regulator-name = "hsusb1_vbus";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
gpio = <&gpio1 1 0>; /* gpio_1 */ gpio = <&gpio1 1 GPIO_ACTIVE_HIGH>; /* gpio_1 */
startup-delay-us = <70000>; startup-delay-us = <70000>;
enable-active-high; enable-active-high;
/* /*
@ -98,7 +98,7 @@
regulator-name = "vwl1271"; regulator-name = "vwl1271";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
gpio = <&gpio2 11 0>; gpio = <&gpio2 11 GPIO_ACTIVE_HIGH>;
startup-delay-us = <70000>; startup-delay-us = <70000>;
enable-active-high; enable-active-high;
}; };

View File

@ -30,7 +30,7 @@
regulator-name = "VDD_ETH"; regulator-name = "VDD_ETH";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
gpio = <&gpio2 16 0>; /* gpio line 48 */ gpio = <&gpio2 16 GPIO_ACTIVE_HIGH>; /* gpio line 48 */
enable-active-high; enable-active-high;
regulator-boot-on; regulator-boot-on;
}; };
@ -155,7 +155,7 @@
regulator-name = "vwl1271"; regulator-name = "vwl1271";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
gpio = <&gpio2 22 0>; gpio = <&gpio2 22 GPIO_ACTIVE_HIGH>;
startup-delay-us = <70000>; startup-delay-us = <70000>;
enable-active-high; enable-active-high;
}; };
@ -374,7 +374,7 @@
/* SPI = 0, IRQ# = 119, 4 = active high level-sensitive */ /* SPI = 0, IRQ# = 119, 4 = active high level-sensitive */
interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>; /* IRQ_SYS_2N cascaded to gic */ interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>; /* IRQ_SYS_2N cascaded to gic */
ti,audpwron-gpio = <&gpio4 31 0>; /* gpio line 127 */ ti,audpwron-gpio = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio line 127 */
vio-supply = <&v1v8>; vio-supply = <&v1v8>;
v2v1-supply = <&v2v1>; v2v1-supply = <&v2v1>;

View File

@ -15,7 +15,7 @@
regulator-name = "vwl1271"; regulator-name = "vwl1271";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
gpio = <&gpio2 11 0>; /* gpio 43 */ gpio = <&gpio2 11 GPIO_ACTIVE_HIGH>; /* gpio 43 */
startup-delay-us = <70000>; startup-delay-us = <70000>;
enable-active-high; enable-active-high;
}; };

View File

@ -196,7 +196,7 @@
/* SPI = 0, IRQ# = 119, 4 = active high level-sensitive */ /* SPI = 0, IRQ# = 119, 4 = active high level-sensitive */
interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>; /* IRQ_SYS_2N cascaded to gic */ interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>; /* IRQ_SYS_2N cascaded to gic */
ti,audpwron-gpio = <&gpio6 22 0>; /* gpio 182 */ ti,audpwron-gpio = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* gpio 182 */
vio-supply = <&v1v8>; vio-supply = <&v1v8>;
v2v1-supply = <&v2v1>; v2v1-supply = <&v2v1>;

View File

@ -46,7 +46,7 @@
0x4a002378 0x18>; 0x4a002378 0x18>;
compatible = "ti,omap4460-bandgap"; compatible = "ti,omap4460-bandgap";
interrupts = <0 126 IRQ_TYPE_LEVEL_HIGH>; /* talert */ interrupts = <0 126 IRQ_TYPE_LEVEL_HIGH>; /* talert */
gpios = <&gpio3 22 0>; /* tshut */ gpios = <&gpio3 22 GPIO_ACTIVE_HIGH>; /* tshut */
#thermal-sensor-cells = <0>; #thermal-sensor-cells = <0>;
}; };

View File

@ -344,7 +344,7 @@
interrupt-parent = <&gpio1>; interrupt-parent = <&gpio1>;
interrupts = <15 0>; /* gpio1_wk15 */ interrupts = <15 0>; /* gpio1_wk15 */
pendown-gpio = <&gpio1 15 0>; pendown-gpio = <&gpio1 15 GPIO_ACTIVE_HIGH>;
ti,x-min = /bits/ 16 <0x0>; ti,x-min = /bits/ 16 <0x0>;

View File

@ -527,7 +527,7 @@
pinctrl-0 = <&twl6040_pins>; pinctrl-0 = <&twl6040_pins>;
interrupts = <GIC_SPI 119 IRQ_TYPE_NONE>; /* IRQ_SYS_2N cascaded to gic */ interrupts = <GIC_SPI 119 IRQ_TYPE_NONE>; /* IRQ_SYS_2N cascaded to gic */
ti,audpwron-gpio = <&gpio5 13 0>; /* gpio line 141 */ ti,audpwron-gpio = <&gpio5 13 GPIO_ACTIVE_HIGH>; /* gpio line 141 */
vio-supply = <&smps7_reg>; vio-supply = <&smps7_reg>;
v2v1-supply = <&smps9_reg>; v2v1-supply = <&smps9_reg>;