aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/omap4-droid4-xt894.dts10
1 files changed, 7 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/omap4-droid4-xt894.dts b/arch/arm/boot/dts/omap4-droid4-xt894.dts
index 04758a2a87f0..838aa3445fbe 100644
--- a/arch/arm/boot/dts/omap4-droid4-xt894.dts
+++ b/arch/arm/boot/dts/omap4-droid4-xt894.dts
@@ -359,20 +359,24 @@
359 359
360&mmc3 { 360&mmc3 {
361 vmmc-supply = <&wl12xx_vmmc>; 361 vmmc-supply = <&wl12xx_vmmc>;
362 /* uart2_tx.sdmmc3_dat1 pad as wakeirq */
362 interrupts-extended = <&wakeupgen GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH 363 interrupts-extended = <&wakeupgen GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH
363 &omap4_pmx_core 0xde>; 364 &omap4_pmx_core 0xde>;
364 365 interrupt-names = "irq", "wakeup";
365 non-removable; 366 non-removable;
366 bus-width = <4>; 367 bus-width = <4>;
367 cap-power-off-card; 368 cap-power-off-card;
369 keep-power-in-suspend;
368 370
369 #address-cells = <1>; 371 #address-cells = <1>;
370 #size-cells = <0>; 372 #size-cells = <0>;
371 wlcore: wlcore@2 { 373 wlcore: wlcore@2 {
372 compatible = "ti,wl1285", "ti,wl1283"; 374 compatible = "ti,wl1285", "ti,wl1283";
373 reg = <2>; 375 reg = <2>;
374 interrupt-parent = <&gpio4>; 376 /* gpio_100 with gpmc_wait2 pad as wakeirq */
375 interrupts = <4 IRQ_TYPE_EDGE_RISING>; /* gpio100 */ 377 interrupts-extended = <&gpio4 4 IRQ_TYPE_EDGE_RISING>,
378 <&omap4_pmx_core 0x4e>;
379 interrupt-names = "irq", "wakeup";
376 ref-clock-frequency = <26000000>; 380 ref-clock-frequency = <26000000>;
377 tcxo-clock-frequency = <26000000>; 381 tcxo-clock-frequency = <26000000>;
378 }; 382 };