Skip to content

Commit ea6a740

Browse files
pH5Russell King
authored andcommitted
[ARM] 5070/1: pxa: add GPIO104_PSKTSEL to pxa27x MFP configuration
PSKTSEL can be routed to GPIO pin 104. This configuration is used by HP iPAQ hx4700. Signed-off-by: Philipp Zabel <[email protected]> Acked-by: Jrgen Schindele <[email protected]> Signed-off-by: Russell King <[email protected]>
1 parent 106f627 commit ea6a740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/asm-arm/arch-pxa/mfp-pxa27x.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
#define GPIO57_nIOIS16 MFP_CFG_IN(GPIO57, AF1)
113113
#define GPIO56_nPWAIT MFP_CFG_IN(GPIO56, AF1)
114114
#define GPIO79_PSKTSEL MFP_CFG_OUT(GPIO79, AF1, DRIVE_HIGH)
115+
#define GPIO104_PSKTSEL MFP_CFG_OUT(GPIO104, AF1, DRIVE_HIGH)
115116

116117
/* I2C */
117118
#define GPIO117_I2C_SCL MFP_CFG_IN(GPIO117, AF1)

0 commit comments

Comments
 (0)