aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/board-mop500.c
diff options
context:
space:
mode:
authorSundar Iyer <sundar.iyer@stericsson.com>2011-01-21 00:26:18 -0500
committerLinus Walleij <linus.walleij@linaro.org>2011-03-14 09:05:10 -0400
commit71f933f4efe8395d4f3da6979cab6a01f2c5411b (patch)
tree75c02d570f924390143501bd261ef2f4fa3c2916 /arch/arm/mach-ux500/board-mop500.c
parent0c24352eada58dc3571647593e516b2d5b50014f (diff)
mach-ux500: add U8500 UIB platform data
The U8500 UIB contains a Synaptics RMI touchpanel and a matrix keyboard via the TC35893 port expander device. Signed-off-by: Sundar Iyer <sundar.iyer@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index 1a839ccad4f8..fd6d5090caea 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -77,6 +77,9 @@ static pin_cfg_t mop500_pins[] = {
77 77
78 /* STMPE1601 IRQ */ 78 /* STMPE1601 IRQ */
79 GPIO218_GPIO | PIN_INPUT_PULLUP, 79 GPIO218_GPIO | PIN_INPUT_PULLUP,
80
81 /* touch screen */
82 GPIO84_GPIO | PIN_INPUT_PULLUP,
80}; 83};
81 84
82static struct ab8500_platform_data ab8500_platdata = { 85static struct ab8500_platform_data ab8500_platdata = {