diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2021-04-13 08:58:09 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2021-04-13 08:58:09 +1000 |
commit | 35dd8067aafec27e6911a503bddb822f20160d2c (patch) | |
tree | 459aa8a6b1da98a6c3822501c0bafebba3dcfce9 /drivers/watchdog | |
parent | 13a060e1ed6276d2c28e911d9f9abd6e323c6452 (diff) | |
parent | 76c46d152106e594926a21e40c95ec58d80ec264 (diff) | |
download | linux-next-35dd8067aafec27e6911a503bddb822f20160d2c.tar.gz |
Merge remote-tracking branch 'arm-soc/for-next'
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/npcm_wdt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/npcm_wdt.c b/drivers/watchdog/npcm_wdt.c index 765577f11c8d..28a24caa2627 100644 --- a/drivers/watchdog/npcm_wdt.c +++ b/drivers/watchdog/npcm_wdt.c @@ -229,6 +229,7 @@ static int npcm_wdt_probe(struct platform_device *pdev) #ifdef CONFIG_OF static const struct of_device_id npcm_wdt_match[] = { + {.compatible = "nuvoton,wpcm450-wdt"}, {.compatible = "nuvoton,npcm750-wdt"}, {}, }; |