Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112437
b: refs/heads/master
c: 58d27fc
h: refs/heads/master
i:
  112435: 85b64ca
v: v3
  • Loading branch information
Mark Brown authored and Russell King committed Aug 26, 2008
1 parent 5ee48fb commit 063fd0f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad826e22c1343ceca76d814539a6fc94dd474def
refs/heads/master: 58d27fcfe64a21c7094e0b60784258e1cccf26a4
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-pxa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-pxa/zylonite_pxa300.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-pxa/zylonite_pxa320.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 063fd0f

Please sign in to comment.