diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2011-01-25 16:50:09 +0100 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@linaro.org> | 2011-07-22 08:38:26 +0200 |
commit | f032d2dd9be6c8fcb6fa7b2e33c4bd572f9aa0db (patch) | |
tree | 6391770528b649936cb78e0edad0baca8c7629d3 | |
parent | e4de5cdbbb3249cd41e8b40278f86dee9600fb2e (diff) |
mach-ux500: remove invalid RMI4 data
The platform data for ux500 RMI4 needs updating to match Naveens
latest changes to the staging driver.
Cc: Naveen Kumar G <naveen.gaddipati@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
-rw-r--r-- | arch/arm/mach-ux500/board-mop500-u8500uib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-u8500uib.c b/arch/arm/mach-ux500/board-mop500-u8500uib.c index d8a8734a0eb..1af72289303 100644 --- a/arch/arm/mach-ux500/board-mop500-u8500uib.c +++ b/arch/arm/mach-ux500/board-mop500-u8500uib.c @@ -32,7 +32,6 @@ static struct synaptics_rmi4_platform_data rmi4_i2c_dev_platformdata = { .irq_type = (IRQF_TRIGGER_FALLING | IRQF_SHARED), .x_flip = false, .y_flip = true, - .regulator_en = false, }; static struct i2c_board_info __initdata mop500_i2c3_devices_u8500[] = { |