pxa/h5000: Setup I2S pins for pxa2xx-i2s

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Thursday, March 26, 2009 - 12:07 pm

Gitweb:     http://git.kernel.org/linus/4e7f78f815412fd25b207b8c63a698b637c9621d
Commit:     4e7f78f815412fd25b207b8c63a698b637c9621d
Parent:     67137a5d46d5a7c4cbdc66f03d1e2f397fe14b2b
Author:     Philipp Zabel <philipp.zabel@gmail.com>
AuthorDate: Thu Feb 5 17:48:19 2009 +0100
Committer:  Mark Brown <broonie@opensource.wolfsonmicro.com>
CommitDate: Sun Feb 8 20:40:25 2009 +0000

    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 <philipp.zabel@gmail.com>
    Acked-by: Eric Miao <eric.miao@marvell.com>
    Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 arch/arm/mach-pxa/h5000.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-pxa/h5000.c b/arch/arm/mach-pxa/h5000.c
index da6e442..295ec41 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,
 };
 
 /*
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
pxa/h5000: Setup I2S pins for pxa2xx-i2s, Linux Kernel Mailing ..., (Thu Mar 26, 12:07 pm)