diff options
author | Mark Brown <broonie@sirena.org.uk> | 2008-04-15 10:50:49 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-04-19 06:29:09 -0400 |
commit | 768dec4cc397a9c041b0f3cd605d3f6f758883e4 (patch) | |
tree | 9a67653dd06aea7d31f90e06f45e1d4834ca7a54 /include/asm-arm/arch-pxa/zylonite.h | |
parent | 507012f0a503287f212ef1139683c8938ecedbcd (diff) |
[ARM] 4976/1: zylonite: Configure GPIO for WM9713 IRQ line
Set up the IRQ line for the WM9713 device on the Zylonite.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: eric miao <eric.y.miao@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-pxa/zylonite.h')
-rw-r--r-- | include/asm-arm/arch-pxa/zylonite.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-pxa/zylonite.h b/include/asm-arm/arch-pxa/zylonite.h index 5f717d64ea7d..4881b80f0f90 100644 --- a/include/asm-arm/arch-pxa/zylonite.h +++ b/include/asm-arm/arch-pxa/zylonite.h | |||
@@ -18,6 +18,8 @@ extern struct platform_mmc_slot zylonite_mmc_slot[]; | |||
18 | extern int gpio_backlight; | 18 | extern int gpio_backlight; |
19 | extern int gpio_eth_irq; | 19 | extern int gpio_eth_irq; |
20 | 20 | ||
21 | extern int wm9713_irq; | ||
22 | |||
21 | extern int lcd_id; | 23 | extern int lcd_id; |
22 | extern int lcd_orientation; | 24 | extern int lcd_orientation; |
23 | 25 | ||