mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
Revert "[ARM] tegra: stingray: Switch to level interrupt for wlan"
This reverts commit 2cfc65414e7356c0f91f8283802975fd9b5f34c8.
This commit is contained in:
committed by
Colin Cross
parent
d534322cb6
commit
282e4b22b9
@@ -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_HIGHLEVEL | IORESOURCE_IRQ_SHAREABLE,
|
||||
.flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWEDGE,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user