Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58d27fcf authored by Mark Brown's avatar Mark Brown Committed by Russell King
Browse files

[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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarEric Miao <eric.miao@marvell.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent ad826e22
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+6 −0
Original line number Diff line number Diff line
@@ -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,

+6 −0
Original line number Diff line number Diff line
@@ -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,