]> err.no Git - linux-2.6/blobdiff - arch/arm/mach-pxa/zylonite_pxa320.c
[ARM] 5077/1: spi: fix list scan success verification in PXA ssp driver
[linux-2.6] / arch / arm / mach-pxa / zylonite_pxa320.c
index ce54195a454683369286f4371da6ae9ab958a721..193d07903b06f68b211edc2dcf9f7915b8a387a9 100644 (file)
@@ -68,6 +68,9 @@ static mfp_cfg_t mfp_cfg[] __initdata = {
        GPIO39_AC97_BITCLK,
        GPIO40_AC97_nACRESET,
 
+       /* WM9713 IRQ */
+       GPIO15_GPIO,
+
        /* I2C */
        GPIO32_I2C_SCL,
        GPIO33_I2C_SDA,
@@ -190,5 +193,8 @@ void __init zylonite_pxa320_init(void)
                /* MMC card detect & write protect for controller 0 */
                zylonite_mmc_slot[0].gpio_cd  = mfp_to_gpio(MFP_PIN_GPIO1);
                zylonite_mmc_slot[0].gpio_wp  = mfp_to_gpio(MFP_PIN_GPIO5);
+
+               /* WM9713 IRQ */
+               wm9713_irq = mfp_to_gpio(MFP_PIN_GPIO15);
        }
 }