097-0001-sp5100_tco-Add-AMD-Mullins-platform-support.patch 1023 B

1234567891011121314151617181920212223242526
  1. From 190aa4304de6fe2185d96392ddf56580fa133e99 Mon Sep 17 00:00:00 2001
  2. From: Denis Turischev <denis.turischev@compulab.co.il>
  3. Date: Tue, 24 Nov 2015 10:46:12 +0200
  4. Subject: [PATCH] sp5100_tco: Add AMD Mullins platform support
  5. AMD Mullins watchdog is fully compatible to the previous Hudson chipset,
  6. reuse the existent sp5100_tco driver.
  7. Signed-off-by: Denis Turischev <denis.turischev@compulab.co.il>
  8. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
  9. Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  10. ---
  11. drivers/watchdog/sp5100_tco.c | 2 ++
  12. 1 file changed, 2 insertions(+)
  13. --- a/drivers/watchdog/sp5100_tco.c
  14. +++ b/drivers/watchdog/sp5100_tco.c
  15. @@ -306,6 +306,8 @@ static struct miscdevice sp5100_tco_misc
  16. static const struct pci_device_id sp5100_tco_pci_tbl[] = {
  17. { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_SBX00_SMBUS, PCI_ANY_ID,
  18. PCI_ANY_ID, },
  19. + { PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_HUDSON2_SMBUS, PCI_ANY_ID,
  20. + PCI_ANY_ID, },
  21. { 0, }, /* End of list */
  22. };
  23. MODULE_DEVICE_TABLE(pci, sp5100_tco_pci_tbl);