diff options
Diffstat (limited to 'drivers/mfd/as3722.c')
-rw-r--r-- | drivers/mfd/as3722.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/as3722.c b/drivers/mfd/as3722.c index 2d9b728..c71ff0a 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[] = { |