summaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorDarbha Sriharsha <dsriharsha@nvidia.com>2013-04-04 18:52:35 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:07:06 -0700
commitf41101819679012a4ad5d0c934ee66a9cc52d3ee (patch)
treef41cefe1459942c92e82a134721c6844a181d809 /drivers/mfd
parent4e972f0aa51b2176d6cc364bf3ae93f15a949a2e (diff)
mfd: max77660: Add resource entry for charger wdt interrupt
This change is intended to add a resource entry for the max77660 charger watchdog timer interrupt Bug 1178638 Change-Id: I9c0e951f92addfcf123ab00c47935a987e418ca1 Signed-off-by: Syed Rafiuddin <srafiuddin@nvidia.com> Signed-off-by: Darbha Sriharsha <dsriharsha@nvidia.com> Reviewed-on: http://git-master/r/216507 GVS: Gerrit_Virtual_Submit Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/max77660-core.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mfd/max77660-core.c b/drivers/mfd/max77660-core.c
index 0af25508418b..11a3536cd4a4 100644
--- a/drivers/mfd/max77660-core.c
+++ b/drivers/mfd/max77660-core.c
@@ -90,6 +90,11 @@ static struct resource max77660_chg_extcon_resources[] = {
.start = MAX77660_IRQ_CHG,
.end = MAX77660_IRQ_CHG,
.flags = IORESOURCE_IRQ,
+ },
+ {
+ .start = MAX77660_IRQ_GLBL_WDTWRN_CHG,
+ .end = MAX77660_IRQ_GLBL_WDTWRN_CHG,
+ .flags = IORESOURCE_IRQ,
}
};