diff options
author | Sundar Iyer <sundar.iyer@stericsson.com> | 2011-01-21 10:56:18 +0530 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2011-03-14 14:05:10 +0100 |
commit | 71f933f4efe8395d4f3da6979cab6a01f2c5411b (patch) | |
tree | 75c02d570f924390143501bd261ef2f4fa3c2916 /arch/arm/mach-ux500/board-mop500.c | |
parent | 0c24352eada58dc3571647593e516b2d5b50014f (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.c | 3 |
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 1a839ccad4f..fd6d5090cae 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[] = { /* STMPE1601 IRQ */ GPIO218_GPIO | PIN_INPUT_PULLUP, + + /* touch screen */ + GPIO84_GPIO | PIN_INPUT_PULLUP, }; static struct ab8500_platform_data ab8500_platdata = { |