[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1384986810-10952-1-git-send-email-bbasu@nvidia.com>
Date: Thu, 21 Nov 2013 04:03:29 +0530
From: Bibek Basu <bbasu@...dia.com>
To: <wim@...ana.be>, <linux-watchdog@...r.kernel.org>,
<lee.jones@...aro.org>
CC: <linux-kernel@...r.kernel.org>, Bibek Basu <bbasu@...dia.com>
Subject: [PATCH 1/2] mfd: as3722: add watchdog support
Add watchdog device support for as3722
Signed-off-by: Bibek Basu <bbasu@...dia.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists