mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-07 15:18:15 +00:00
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>
This commit is contained in:
parent
30fe2b5bd5
commit
603ab143bd
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,9 @@ static const struct mfd_cell as3722_devs[] = {
|
||||||
{
|
{
|
||||||
.name = "as3722-power-off",
|
.name = "as3722-power-off",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.name = "as3722-wdt",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct regmap_irq as3722_irqs[] = {
|
static const struct regmap_irq as3722_irqs[] = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue