Skip to content

Commit

Permalink
[ARM] 5070/1: pxa: add GPIO104_PSKTSEL to pxa27x MFP configuration
Browse files Browse the repository at this point in the history
PSKTSEL can be routed to GPIO pin 104. This configuration is used by
HP iPAQ hx4700.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Acked-by: Jrgen Schindele <linux@schindele.name>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Philipp Zabel authored and Russell King committed Jun 2, 2008
1 parent 106f627 commit ea6a740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-arm/arch-pxa/mfp-pxa27x.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
#define GPIO57_nIOIS16 MFP_CFG_IN(GPIO57, AF1)
#define GPIO56_nPWAIT MFP_CFG_IN(GPIO56, AF1)
#define GPIO79_PSKTSEL MFP_CFG_OUT(GPIO79, AF1, DRIVE_HIGH)
#define GPIO104_PSKTSEL MFP_CFG_OUT(GPIO104, AF1, DRIVE_HIGH)

/* I2C */
#define GPIO117_I2C_SCL MFP_CFG_IN(GPIO117, AF1)
Expand Down

0 comments on commit ea6a740

Please sign in to comment.