Skip to content

Commit

Permalink
[ARM] pxa/magician: setup SSP1 pins for audio
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
  • Loading branch information
Philipp Zabel authored and Eric Miao committed Jan 21, 2009
1 parent 73921ea commit 16c3ea4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/mach-pxa/magician.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ static unsigned long magician_pin_config[] __initdata = {
GPIO31_I2S_SYNC,
GPIO113_I2S_SYSCLK,

/* SSP 1 */
GPIO23_SSP1_SCLK,
GPIO24_SSP1_SFRM,
GPIO25_SSP1_TXD,

/* SSP 2 */
GPIO19_SSP2_SCLK,
GPIO14_SSP2_SFRM,
Expand Down

0 comments on commit 16c3ea4

Please sign in to comment.