Commit ea6a7404da4b381b35bcec48338d376a3873ea46

Authored by Philipp Zabel
Committed by Russell King
1 parent 106f62701f

[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 <philipp.zabel@gmail.com>
Acked-by: Jrgen Schindele <linux@schindele.name>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/asm-arm/arch-pxa/mfp-pxa27x.h
... ... @@ -112,6 +112,7 @@
112 112 #define GPIO57_nIOIS16 MFP_CFG_IN(GPIO57, AF1)
113 113 #define GPIO56_nPWAIT MFP_CFG_IN(GPIO56, AF1)
114 114 #define GPIO79_PSKTSEL MFP_CFG_OUT(GPIO79, AF1, DRIVE_HIGH)
  115 +#define GPIO104_PSKTSEL MFP_CFG_OUT(GPIO104, AF1, DRIVE_HIGH)
115 116  
116 117 /* I2C */
117 118 #define GPIO117_I2C_SCL MFP_CFG_IN(GPIO117, AF1)