summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/as3722.c
diff options
context:
space:
mode:
authorBibek Basu2013-11-20 23:33:29 +0100
committerLee Jones2014-01-06 10:13:30 +0100
commit603ab143bd41d07e91afc31e44774d09aab005fa (patch)
treeab865cacfb42ee28f59130a0f1971cc0f6bfdeab /drivers/mfd/as3722.c
parentmfd: ti: Constify struct mfd_cell where possible (diff)
downloadkernel-qcow2-linux-603ab143bd41d07e91afc31e44774d09aab005fa.tar.gz
kernel-qcow2-linux-603ab143bd41d07e91afc31e44774d09aab005fa.tar.xz
kernel-qcow2-linux-603ab143bd41d07e91afc31e44774d09aab005fa.zip
mfd: as3722: Add watchdog support
Add watchdog device support for as3722 Signed-off-by: Bibek Basu <bbasu@nvidia.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/as3722.c')
-rw-r--r--drivers/mfd/as3722.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/as3722.c b/drivers/mfd/as3722.c
index 2d9b728a19f8..c71ff0af1547 100644
--- a/drivers/mfd/as3722.c
+++ b/drivers/mfd/as3722.c
@@ -74,6 +74,9 @@ static const struct mfd_cell as3722_devs[] = {
{
.name = "as3722-power-off",
},
+ {
+ .name = "as3722-wdt",
+ },
};
static const struct regmap_irq as3722_irqs[] = {