Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156485
b: refs/heads/master
c: ecf763c
h: refs/heads/master
i:
  156483: 70f496e
v: v3
  • Loading branch information
Marek Vasut authored and Eric Miao committed Jul 18, 2009
1 parent f26066f commit 1a8a839
Show file tree
Hide file tree
Showing 4 changed files with 13 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: eb9069119d1c4bc856b4c1339abcad0105691e71
refs/heads/master: ecf763c5677faee04d47333e6ed8e9539a427770
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-pxa/palmld.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ static unsigned long palmld_pin_config[] __initdata = {
GPIO38_GPIO, /* wifi ready */
GPIO81_GPIO, /* wifi reset */

/* FFUART */
GPIO34_FFUART_RXD,
GPIO39_FFUART_TXD,

/* HDD */
GPIO98_GPIO, /* HDD reset */
GPIO115_GPIO, /* HDD power */
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-pxa/palmt5.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ static unsigned long palmt5_pin_config[] __initdata = {
/* PWM */
GPIO16_PWM0_OUT,

/* FFUART */
GPIO34_FFUART_RXD,
GPIO39_FFUART_TXD,

/* MISC */
GPIO10_GPIO, /* hotsync button */
GPIO90_GPIO, /* power detect */
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-pxa/palmtx.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ static unsigned long palmtx_pin_config[] __initdata = {
GPIO76_LCD_PCLK,
GPIO77_LCD_BIAS,

/* FFUART */
GPIO34_FFUART_RXD,
GPIO39_FFUART_TXD,

/* MISC. */
GPIO10_GPIO, /* hotsync button */
GPIO12_GPIO, /* power detect */
Expand Down

0 comments on commit 1a8a839

Please sign in to comment.