[ARM] 5111/2: zylonite: Configure SSP
SSP3 is connected to the voice PCM of the WM9713 audio codec on the Zylonite so configure the MFPs appropriately and select SSP support. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
ad826e22c1
commit
58d27fcfe6
3 changed files with 13 additions and 0 deletions
|
@ -189,6 +189,7 @@ config MACH_COLIBRI
|
|||
config MACH_ZYLONITE
|
||||
bool "PXA3xx Development Platform (aka Zylonite)"
|
||||
select PXA3xx
|
||||
select PXA_SSP
|
||||
select HAVE_PWM
|
||||
|
||||
config MACH_LITTLETON
|
||||
|
|
|
@ -73,6 +73,12 @@ static mfp_cfg_t common_mfp_cfg[] __initdata = {
|
|||
GPIO27_AC97_SDATA_OUT,
|
||||
GPIO28_AC97_SYNC,
|
||||
|
||||
/* SSP3 */
|
||||
GPIO91_SSP3_SCLK,
|
||||
GPIO92_SSP3_FRM,
|
||||
GPIO93_SSP3_TXD,
|
||||
GPIO94_SSP3_RXD,
|
||||
|
||||
/* WM9713 IRQ */
|
||||
GPIO26_GPIO,
|
||||
|
||||
|
|
|
@ -69,6 +69,12 @@ static mfp_cfg_t mfp_cfg[] __initdata = {
|
|||
GPIO39_AC97_BITCLK,
|
||||
GPIO40_AC97_nACRESET,
|
||||
|
||||
/* SSP3 */
|
||||
GPIO89_SSP3_SCLK,
|
||||
GPIO90_SSP3_FRM,
|
||||
GPIO91_SSP3_TXD,
|
||||
GPIO92_SSP3_RXD,
|
||||
|
||||
/* WM9713 IRQ */
|
||||
GPIO15_GPIO,
|
||||
|
||||
|
|
Loading…
Reference in a new issue