Message ID | 20220522155046.260146-7-tmaimon77@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | Introduce Nuvoton Arbel NPCM8XX BMC SoC | expand |
On 5/22/22 08:50, Tomer Maimon wrote: > Add Nuvoton BMC NPCM845 watchdog support. > The NPCM845 uses the same watchdog as the NPCM750. > > Signed-off-by: Tomer Maimon <tmaimon77@gmail.com> > --- > 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 28a24caa2627..0b91a3fbec09 100644 > --- a/drivers/watchdog/npcm_wdt.c > +++ b/drivers/watchdog/npcm_wdt.c > @@ -231,6 +231,7 @@ static int npcm_wdt_probe(struct platform_device *pdev) > static const struct of_device_id npcm_wdt_match[] = { > {.compatible = "nuvoton,wpcm450-wdt"}, > {.compatible = "nuvoton,npcm750-wdt"}, > + {.compatible = "nuvoton,npcm845-wdt"}, > {}, > }; > MODULE_DEVICE_TABLE(of, npcm_wdt_match); Acked-by: Guenter Roeck <linux@roeck-us.net>
diff --git a/drivers/watchdog/npcm_wdt.c b/drivers/watchdog/npcm_wdt.c index 28a24caa2627..0b91a3fbec09 100644 --- a/drivers/watchdog/npcm_wdt.c +++ b/drivers/watchdog/npcm_wdt.c @@ -231,6 +231,7 @@ static int npcm_wdt_probe(struct platform_device *pdev) static const struct of_device_id npcm_wdt_match[] = { {.compatible = "nuvoton,wpcm450-wdt"}, {.compatible = "nuvoton,npcm750-wdt"}, + {.compatible = "nuvoton,npcm845-wdt"}, {}, }; MODULE_DEVICE_TABLE(of, npcm_wdt_match);
Add Nuvoton BMC NPCM845 watchdog support. The NPCM845 uses the same watchdog as the NPCM750. Signed-off-by: Tomer Maimon <tmaimon77@gmail.com> --- drivers/watchdog/npcm_wdt.c | 1 + 1 file changed, 1 insertion(+)