aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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[] = {
74 { 74 {
75 .name = "as3722-power-off", 75 .name = "as3722-power-off",
76 }, 76 },
77 {
78 .name = "as3722-wdt",
79 },
77}; 80};
78 81
79static const struct regmap_irq as3722_irqs[] = { 82static const struct regmap_irq as3722_irqs[] = {