summaryrefslogtreecommitdiff
path: root/drivers/watchdog/npcm_wdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/watchdog/npcm_wdt.c')
-rw-r--r--drivers/watchdog/npcm_wdt.c1
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"},
{},
};