diff options
author | Tony Lindgren <tony@atomide.com> | 2016-09-09 17:00:37 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-09-13 17:56:06 -0400 |
commit | 84ae49747fe2e2fe47f722f3f6656b2545a6d1ae (patch) | |
tree | 8f7fa3eddf70239fb8bf5f9f8d30a6a9f6403dea | |
parent | 5c4d9f0d49b0c3beda734687248fc74542566ee9 (diff) |
ARM: dts: Configure panda SDIO WLAN wakeirq
Otherwise we have delays on noticing interrupts from the
WLAN card when idle.
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap4-panda-common.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi b/arch/arm/boot/dts/omap4-panda-common.dtsi index d48e45bd4b3d..1673689e6705 100644 --- a/arch/arm/boot/dts/omap4-panda-common.dtsi +++ b/arch/arm/boot/dts/omap4-panda-common.dtsi | |||
@@ -446,6 +446,8 @@ | |||
446 | pinctrl-names = "default"; | 446 | pinctrl-names = "default"; |
447 | pinctrl-0 = <&wl12xx_pins>; | 447 | pinctrl-0 = <&wl12xx_pins>; |
448 | vmmc-supply = <&wl12xx_vmmc>; | 448 | vmmc-supply = <&wl12xx_vmmc>; |
449 | interrupts-extended = <&wakeupgen GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH | ||
450 | &omap4_pmx_core 0x10e>; | ||
449 | non-removable; | 451 | non-removable; |
450 | bus-width = <4>; | 452 | bus-width = <4>; |
451 | cap-power-off-card; | 453 | cap-power-off-card; |