Re: [PATCH] watchdog: via_wdt: add VX900 support

From: Guenter Roeck
Date: Sat Oct 10 2020 - 18:55:06 EST


On Sat, Oct 10, 2020 at 03:07:16PM +0200, Wilken Gottwalt wrote:
> Adds watchdog support for the VIA VX900 chip-set, which is fully
> backwards compatible to the older VIA chip-set watchdogs.
>
> Signed-off-by: Wilken Gottwalt <wilken.gottwalt@xxxxxxxxxxx>

Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx>

> ---
> drivers/watchdog/via_wdt.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/watchdog/via_wdt.c b/drivers/watchdog/via_wdt.c
> index eeb39f96e72e..b452ab253ac7 100644
> --- a/drivers/watchdog/via_wdt.c
> +++ b/drivers/watchdog/via_wdt.c
> @@ -244,6 +244,7 @@ static const struct pci_device_id wdt_pci_table[] = {
> { PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_CX700) },
> { PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_VX800) },
> { PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_VX855) },
> + { PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_VX900) },
> { 0 }
> };
>
> --
> 2.28.0
>