found in i.e. Simatic IPC427G
Signed-off-by: Henning Schild <
henning...@siemens.com>
---
drivers/watchdog/itco.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/drivers/watchdog/itco.c b/drivers/watchdog/itco.c
index 183300af3dce..037c20309197 100644
--- a/drivers/watchdog/itco.c
+++ b/drivers/watchdog/itco.c
@@ -39,6 +39,7 @@ enum iTCO_chipsets {
ITCO_INTEL_LPC_LP,
ITCO_INTEL_WBG,
ITCO_INTEL_EHL,
+ ITCO_INTEL_TLH,
};
enum iTCO_versions {
@@ -156,6 +157,12 @@ static const iTCO_info iTCO_chipset_info[] = {
.pci_id = 0x4b23,
.itco_version = ITCO_V6,
},
+ [ITCO_INTEL_TLH] =
+ {
+ .name = L"Tiger Lake-H",
+ .pci_id = 0x43a3,
+ .itco_version = ITCO_V6,
+ },
};
static BOOLEAN itco_supported(UINT16 pci_device_id, UINT8 *index)
--
2.35.1