33862a25d01be8b91b8f7f5de55df649471da1f8
[openwrt/staging/yousong.git] / target / linux / x86 / patches-4.4 / 097-0002-sp5100_tco-Add-AMD-Carrizo-platform-support.patch
1 From cca118fa2a0a94e0f0b3c8dd1dda922cdee45089 Mon Sep 17 00:00:00 2001
2 From: Huang Rui <ray.huang@amd.com>
3 Date: Mon, 23 Nov 2015 18:07:36 +0800
4 Subject: [PATCH] sp5100_tco: Add AMD Carrizo platform support
5
6 sp5100_tco watchdog is also supported on AMD KernCZ chipset of Carrizo
7 platform.
8
9 Signed-off-by: Huang Rui <ray.huang@amd.com>
10 Cc: Denis Turischev <denis.turischev@compulab.co.il>
11 Signed-off-by: Guenter Roeck <linux@roeck-us.net>
12 Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
13 ---
14 drivers/watchdog/sp5100_tco.c | 2 ++
15 1 file changed, 2 insertions(+)
16
17 --- a/drivers/watchdog/sp5100_tco.c
18 +++ b/drivers/watchdog/sp5100_tco.c
19 @@ -308,6 +308,8 @@ static const struct pci_device_id sp5100
20 PCI_ANY_ID, },
21 { PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_HUDSON2_SMBUS, PCI_ANY_ID,
22 PCI_ANY_ID, },
23 + { PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_KERNCZ_SMBUS, PCI_ANY_ID,
24 + PCI_ANY_ID, },
25 { 0, }, /* End of list */
26 };
27 MODULE_DEVICE_TABLE(pci, sp5100_tco_pci_tbl);