[ARM] tegra: stingray: Switch to level interrupt for wlan

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
Dmitry Shmidt
2010-08-27 15:02:56 -07:00
committed by Colin Cross
parent e4ebb75212
commit a514d2132d

View File

@@ -87,7 +87,7 @@ static struct resource stingray_wifi_resources[] = {
.name = "bcm4329_wlan_irq",
.start = TEGRA_GPIO_TO_IRQ(STINGRAY_WLAN_IRQ),
.end = TEGRA_GPIO_TO_IRQ(STINGRAY_WLAN_IRQ),
.flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWEDGE,
.flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL | IORESOURCE_IRQ_SHAREABLE,
},
};