Commit 422d19a5 authored by arun c's avatar arun c Committed by Tony Lindgren

OMAP3EVM: TWL4030 Keypad irq error fix

without this the below error messages were coming continuously

TWL4030 module irq 369 is disabled but can't be masked!
<2>TWL4030 module irq 369 is disabled but can't be masked!
Signed-off-by: default avatarArun C <arunedarath@mistralsolutions.com>
Acked-by: default avatarFelipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 97254e79
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <linux/spi/spi.h> #include <linux/spi/spi.h>
#include <linux/spi/ads7846.h> #include <linux/spi/ads7846.h>
#include <linux/i2c/twl4030.h>
#include <mach/hardware.h> #include <mach/hardware.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
...@@ -192,6 +193,7 @@ static struct omap_kp_platform_data omap3evm_kp_data = { ...@@ -192,6 +193,7 @@ static struct omap_kp_platform_data omap3evm_kp_data = {
.keymap = omap3evm_keymap, .keymap = omap3evm_keymap,
.keymapsize = ARRAY_SIZE(omap3evm_keymap), .keymapsize = ARRAY_SIZE(omap3evm_keymap),
.rep = 1, .rep = 1,
.irq = TWL4030_MODIRQ_KEYPAD,
}; };
static struct platform_device omap3evm_kp_device = { static struct platform_device omap3evm_kp_device = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment