diff options
author | Tony Lindgren <tony@atomide.com> | 2016-09-09 23:00:37 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-09-13 23:56:06 +0200 |
commit | 84ae49747fe2e2fe47f722f3f6656b2545a6d1ae (patch) | |
tree | 8f7fa3eddf70239fb8bf5f9f8d30a6a9f6403dea /arch/arm/boot/dts/omap4-panda-common.dtsi | |
parent | ARM: dts: dra7: Add missing unit name to memory nodes (diff) | |
download | linux-84ae49747fe2e2fe47f722f3f6656b2545a6d1ae.tar.xz linux-84ae49747fe2e2fe47f722f3f6656b2545a6d1ae.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/omap4-panda-common.dtsi')
-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 @@ pinctrl-names = "default"; pinctrl-0 = <&wl12xx_pins>; vmmc-supply = <&wl12xx_vmmc>; + interrupts-extended = <&wakeupgen GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH + &omap4_pmx_core 0x10e>; non-removable; bus-width = <4>; cap-power-off-card; |