diff options
author | Sundar Iyer <sundar.iyer@stericsson.com> | 2010-12-03 10:05:38 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@stericsson.com> | 2010-12-19 14:54:55 -0500 |
commit | 556fb03869ad4d14e5336093a7a8565456a26c21 (patch) | |
tree | c101cd16bcf442a82d2b5246b0c5409cd1b55313 /arch/arm/mach-ux500/board-mop500.c | |
parent | e43abe6f98641e40460d74a002f09c7751db48f9 (diff) |
mach-ux500: add STMPE1601 platform data
Signed-off-by: Sundar Iyer <sundar.iyer@stericsson.com>
[Minor fixups to GPIO enumerators]
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index 0bc0aa311de1..a1c9ea1a66df 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c | |||
@@ -71,7 +71,11 @@ static pin_cfg_t mop500_pins[] = { | |||
71 | GPIO167_KP_O1, | 71 | GPIO167_KP_O1, |
72 | GPIO168_KP_O0, | 72 | GPIO168_KP_O0, |
73 | 73 | ||
74 | GPIO217_GPIO, /* GPIO_EXP_INT */ | 74 | /* GPIO_EXP_INT */ |
75 | GPIO217_GPIO, | ||
76 | |||
77 | /* STMPE1601 IRQ */ | ||
78 | GPIO218_GPIO | PIN_INPUT_PULLUP, | ||
75 | }; | 79 | }; |
76 | 80 | ||
77 | static struct ab8500_platform_data ab8500_platdata = { | 81 | static struct ab8500_platform_data ab8500_platdata = { |