From: Philipp Zabel Date: Thu, 5 Feb 2009 16:48:19 +0000 (+0100) Subject: pxa/h5000: Setup I2S pins for pxa2xx-i2s X-Git-Tag: v2.6.30-rc1~8^2~113 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4e7f78f815412fd25b207b8c63a698b637c9621d;p=~emulex%2Finfiniband.git pxa/h5000: Setup I2S pins for pxa2xx-i2s The iPAQ h5000 has an AK4535 codec connected as I2S slave, PXA I2S providing SYSCLK. Signed-off-by: Philipp Zabel Acked-by: Eric Miao Signed-off-by: Mark Brown --- diff --git a/arch/arm/mach-pxa/h5000.c b/arch/arm/mach-pxa/h5000.c index da6e4422c0f..295ec413d80 100644 --- a/arch/arm/mach-pxa/h5000.c +++ b/arch/arm/mach-pxa/h5000.c @@ -153,6 +153,13 @@ static unsigned long h5000_pin_config[] __initdata = { GPIO23_SSP1_SCLK, GPIO25_SSP1_TXD, GPIO26_SSP1_RXD, + + /* I2S */ + GPIO28_I2S_BITCLK_OUT, + GPIO29_I2S_SDATA_IN, + GPIO30_I2S_SDATA_OUT, + GPIO31_I2S_SYNC, + GPIO32_I2S_SYSCLK, }; /*