[PATCH 11/14] watchdog: npcm: Add support for WPCM450
Jonathan Neuschäfer
j.neuschaefer at gmx.net
Sat Mar 20 18:16:07 GMT 2021
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
drivers/watchdog/npcm_wdt.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/watchdog/npcm_wdt.c b/drivers/watchdog/npcm_wdt.c
index 765577f11c8db..28a24caa2627c 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"},
{},
};
--
2.30.2
More information about the linux-arm-kernel
mailing list