Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

watchdog: npcm: Add support for WPCM450

Add a compatible string for WPCM450, which has essentially the same
watchdog mechanism as NPCM750.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20210406120921.2484986-8-j.neuschaefer@gmx.net
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Jonathan Neuschäfer and committed by
Joel Stanley
328d1c1a ece3fe93

+1
+1
drivers/watchdog/npcm_wdt.c
··· 229 229 230 230 #ifdef CONFIG_OF 231 231 static const struct of_device_id npcm_wdt_match[] = { 232 + {.compatible = "nuvoton,wpcm450-wdt"}, 232 233 {.compatible = "nuvoton,npcm750-wdt"}, 233 234 {}, 234 235 };