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

watchdog: (nv_tco) add support for MCP79

Tested on the Nvidia chipset with an SMBus controller PCI ID 0x0AA2
(as shown in the PCI listing during the boot sequence).

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

authored by

Vivien Didelot and committed by
Wim Van Sebroeck
64307b48 0919e444

+2
+2
drivers/watchdog/nv_tco.c
··· 294 294 PCI_ANY_ID, PCI_ANY_ID, }, 295 295 { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP55_SMBUS, 296 296 PCI_ANY_ID, PCI_ANY_ID, }, 297 + { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP79_SMBUS, 298 + PCI_ANY_ID, PCI_ANY_ID, }, 297 299 { 0, }, /* End of list */ 298 300 }; 299 301 MODULE_DEVICE_TABLE(pci, tco_pci_tbl);