Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123672
b: refs/heads/master
c: 8cc7890
h: refs/heads/master
v: v3
  • Loading branch information
Eric Miao authored and Eric Miao committed Dec 2, 2008
1 parent 3bc3063 commit 98d2fc2
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 59c7bcd4d60812ca10ec691376f43d6a5fbfb4f8
refs/heads/master: 8cc78909816ed5529806ee94f19f3e02beae4e7e
6 changes: 6 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 @@ -11,6 +11,12 @@
#include <mach/mfp.h>
#include <mach/mfp-pxa2xx.h>

/* Note: GPIO3/GPIO4 will be driven by Power I2C when PCFR/PI2C_EN
* bit is set, regardless of the GPIO configuration
*/
#define GPIO3_GPIO MFP_CFG_IN(GPIO3, AF0)
#define GPIO4_GPIO MFP_CFG_IN(GPIO4, AF0)

/* GPIO */
#define GPIO85_GPIO MFP_CFG_IN(GPIO85, AF0)
#define GPIO86_GPIO MFP_CFG_IN(GPIO86, AF0)
Expand Down

0 comments on commit 98d2fc2

Please sign in to comment.