Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295968
b: refs/heads/master
c: cd419cf
h: refs/heads/master
v: v3
  • Loading branch information
Paul Parsons authored and Haojian Zhuang committed Mar 14, 2012
1 parent 13fa384 commit 29d1a94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 95a50cab1dc6446fb1a91d20e14b649dd9f41f1c
refs/heads/master: cd419cf922bdb50d33c98c9a0c81f51a40609f66
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-pxa/hx4700.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ static unsigned long hx4700_pin_config[] __initdata = {

/* BTUART */
GPIO42_BTUART_RXD,
GPIO43_BTUART_TXD,
GPIO43_BTUART_TXD_LPM_LOW,
GPIO44_BTUART_CTS,
GPIO45_BTUART_RTS,
GPIO45_BTUART_RTS_LPM_LOW,

/* PWM 1 (Backlight) */
GPIO17_PWM1_OUT,
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-pxa/include/mach/mfp-pxa27x.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@
#define GPIO44_BTUART_CTS MFP_CFG_IN(GPIO44, AF1)
#define GPIO42_BTUART_RXD MFP_CFG_IN(GPIO42, AF1)
#define GPIO45_BTUART_RTS MFP_CFG_OUT(GPIO45, AF2, DRIVE_HIGH)
#define GPIO45_BTUART_RTS_LPM_LOW MFP_CFG_OUT(GPIO45, AF2, DRIVE_LOW)
#define GPIO43_BTUART_TXD MFP_CFG_OUT(GPIO43, AF2, DRIVE_HIGH)
#define GPIO43_BTUART_TXD_LPM_LOW MFP_CFG_OUT(GPIO43, AF2, DRIVE_LOW)

/* STUART */
#define GPIO46_STUART_RXD MFP_CFG_IN(GPIO46, AF2)
Expand Down

0 comments on commit 29d1a94

Please sign in to comment.