diff options
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500-u8500uib.c')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500-u8500uib.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-u8500uib.c b/arch/arm/mach-ux500/board-mop500-u8500uib.c index ead91c968ff4..d397c19570af 100644 --- a/arch/arm/mach-ux500/board-mop500-u8500uib.c +++ b/arch/arm/mach-ux500/board-mop500-u8500uib.c | |||
@@ -12,12 +12,15 @@ | |||
12 | #include <linux/mfd/tc3589x.h> | 12 | #include <linux/mfd/tc3589x.h> |
13 | #include <linux/input/matrix_keypad.h> | 13 | #include <linux/input/matrix_keypad.h> |
14 | 14 | ||
15 | #include <mach/irqs.h> | 15 | #include "irqs.h" |
16 | 16 | ||
17 | #include "board-mop500.h" | 17 | #include "board-mop500.h" |
18 | 18 | ||
19 | /* Dummy data that can be overridden by staging driver */ | 19 | static struct i2c_board_info __initdata mop500_i2c3_devices_u8500[] = { |
20 | struct i2c_board_info __initdata __weak mop500_i2c3_devices_u8500[] = { | 20 | { |
21 | I2C_BOARD_INFO("synaptics_rmi4_i2c", 0x4B), | ||
22 | .irq = NOMADIK_GPIO_TO_IRQ(84), | ||
23 | }, | ||
21 | }; | 24 | }; |
22 | 25 | ||
23 | /* | 26 | /* |