aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2014-07-15 06:21:45 -0400
committerLee Jones <lee.jones@linaro.org>2014-07-28 03:10:19 -0400
commit77556bb1317641c9ca68d9805bda18d2ed222db8 (patch)
tree1d6bd72283f75c0e1d8d178a1ea835b6550e77d4
parent36ab08eeeb96c5f398622a3462ebc325510e9403 (diff)
mfd: wm5110: Remove non-existant interrupts
The DCS_DAC_DONE and DCS_HP_DONE interrupts do not exist on the wm5110 version of the IP. This patch removes them from the regmap IRQ structure. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r--drivers/mfd/wm5110-tables.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/mfd/wm5110-tables.c b/drivers/mfd/wm5110-tables.c
index 41a7f6fb7802..b26be6e5e3f4 100644
--- a/drivers/mfd/wm5110-tables.c
+++ b/drivers/mfd/wm5110-tables.c
@@ -420,12 +420,6 @@ static const struct regmap_irq wm5110_irqs[ARIZONA_NUM_IRQ] = {
420 [ARIZONA_IRQ_BOOT_DONE] = { 420 [ARIZONA_IRQ_BOOT_DONE] = {
421 .reg_offset = 4, .mask = ARIZONA_BOOT_DONE_EINT1 421 .reg_offset = 4, .mask = ARIZONA_BOOT_DONE_EINT1
422 }, 422 },
423 [ARIZONA_IRQ_DCS_DAC_DONE] = {
424 .reg_offset = 4, .mask = ARIZONA_DCS_DAC_DONE_EINT1
425 },
426 [ARIZONA_IRQ_DCS_HP_DONE] = {
427 .reg_offset = 4, .mask = ARIZONA_DCS_HP_DONE_EINT1
428 },
429 [ARIZONA_IRQ_FLL2_CLOCK_OK] = { 423 [ARIZONA_IRQ_FLL2_CLOCK_OK] = {
430 .reg_offset = 4, .mask = ARIZONA_FLL2_CLOCK_OK_EINT1 424 .reg_offset = 4, .mask = ARIZONA_FLL2_CLOCK_OK_EINT1
431 }, 425 },