aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/omap4-sdp.dts2
-rw-r--r--arch/arm/boot/dts/omap4-var-som.dts2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap4-sdp.dts b/arch/arm/boot/dts/omap4-sdp.dts
index c387bdc1b1d1..25cbe43fa08a 100644
--- a/arch/arm/boot/dts/omap4-sdp.dts
+++ b/arch/arm/boot/dts/omap4-sdp.dts
@@ -363,7 +363,7 @@
363 spi-max-frequency = <24000000>; 363 spi-max-frequency = <24000000>;
364 reg = <0>; 364 reg = <0>;
365 interrupt-parent = <&gpio2>; 365 interrupt-parent = <&gpio2>;
366 interrupts = <2>; /* gpio line 34 */ 366 interrupts = <2 8>; /* gpio line 34, low triggered */
367 vdd-supply = <&vdd_eth>; 367 vdd-supply = <&vdd_eth>;
368 }; 368 };
369}; 369};
diff --git a/arch/arm/boot/dts/omap4-var-som.dts b/arch/arm/boot/dts/omap4-var-som.dts
index 222a413c2c51..7e04103779c4 100644
--- a/arch/arm/boot/dts/omap4-var-som.dts
+++ b/arch/arm/boot/dts/omap4-var-som.dts
@@ -68,7 +68,7 @@
68 spi-max-frequency = <24000000>; 68 spi-max-frequency = <24000000>;
69 reg = <0>; 69 reg = <0>;
70 interrupt-parent = <&gpio6>; 70 interrupt-parent = <&gpio6>;
71 interrupts = <11>; /* gpio line 171 */ 71 interrupts = <11 8>; /* gpio line 171, low triggered */
72 vdd-supply = <&vdd_eth>; 72 vdd-supply = <&vdd_eth>;
73 }; 73 };
74}; 74};