[PATCH 1/2] mfd: as3722: add watchdog support

From: Bibek Basu
Date: Wed Nov 20 2013 - 17:34:45 EST


Add watchdog device support for as3722

Signed-off-by: Bibek Basu <bbasu@xxxxxxxxxx>
---
drivers/mfd/as3722.c | 3 +++
1 file changed, 3 insertions(+)

diff --git a/drivers/mfd/as3722.c b/drivers/mfd/as3722.c
index f161f2e..cfbdeda 100644
--- a/drivers/mfd/as3722.c
+++ b/drivers/mfd/as3722.c
@@ -74,6 +74,9 @@ static struct mfd_cell as3722_devs[] = {
{
.name = "as3722-power-off",
},
+ {
+ .name = "as3722-wdt",
+ },
};

static const struct regmap_irq as3722_irqs[] = {
--
1.8.1.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/