mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
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>
This commit is contained in:
parent
ece3fe93e8
commit
328d1c1a92
1 changed files with 1 additions and 0 deletions
|
|
@ -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"},
|
||||
{},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue