OSDN Git Service
(root)
/
tomoyo
/
tomoyo-test1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67137a5
)
pxa/h5000: Setup I2S pins for pxa2xx-i2s
author
Philipp Zabel
<philipp.zabel@gmail.com>
Thu, 5 Feb 2009 16:48:19 +0000
(17:48 +0100)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Sun, 8 Feb 2009 20:40:25 +0000
(20:40 +0000)
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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-pxa/h5000.c
b/arch/arm/mach-pxa/h5000.c
index
da6e442
..
295ec41
100644
(file)
--- 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,
};
/*