diff options
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 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 | ||
82 | static struct ab8500_platform_data ab8500_platdata = { | 85 | static struct ab8500_platform_data ab8500_platdata = { |