mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
[ARM] tegra: stingray: Switch to level interrupt for wlan
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
committed by
Colin Cross
parent
e4ebb75212
commit
a514d2132d
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user