aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2017-04-03 20:15:56 -0700
committerLee Jones <lee.jones@linaro.org>2017-04-27 09:25:07 +0100
commitbe269180c9335c257a2763c3fd3a44e65c90c1f0 (patch)
treebb2cfc48f3246fa1640c8872f6526908f9d3e62c /drivers/mfd
parentmfd: cpcap: Use ack_invert interrupts (diff)
downloadlinux-dev-be269180c9335c257a2763c3fd3a44e65c90c1f0.tar.xz
linux-dev-be269180c9335c257a2763c3fd3a44e65c90c1f0.zip
mfd: cpcap: Fix bad use of IRQ sense register
The cpcap INTS registers are for getting the value of the line, not for configuring the type. Fixes: 56e1d40d3bea ("mfd: cpcap: Add minimal support") Reviewed-By: Sebastian Reichel <sre@kernel.org> Tested-by: Sebastian Reichel <sre@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/motorola-cpcap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/motorola-cpcap.c b/drivers/mfd/motorola-cpcap.c
index a6c0c3419553..3cab58ab0b84 100644
--- a/drivers/mfd/motorola-cpcap.c
+++ b/drivers/mfd/motorola-cpcap.c
@@ -116,7 +116,6 @@ static struct regmap_irq_chip cpcap_irq_chip[CPCAP_NR_IRQ_CHIPS] = {
.status_base = CPCAP_REG_INT1,
.ack_base = CPCAP_REG_INT1,
.mask_base = CPCAP_REG_INTM1,
- .type_base = CPCAP_REG_INTS1,
.use_ack = true,
.ack_invert = true,
},