From: Jan Kiszka <
jan.k...@siemens.com>
While long dead, even decommissioned from my home deployment, it helped
to validate v2 timeout.
Signed-off-by: Jan Kiszka <
jan.k...@siemens.com>
---
drivers/watchdog/itco.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/drivers/watchdog/itco.c b/drivers/watchdog/itco.c
index c340a54..68c4828 100644
--- a/drivers/watchdog/itco.c
+++ b/drivers/watchdog/itco.c
@@ -28,6 +28,7 @@ enum iTCO_chipsets {
ITCO_INTEL_BAYTRAIL,
ITCO_INTEL_WPT_LP,
ITCO_INTEL_ICH9,
+ ITCO_INTEL_LPC_NM10,
ITCO_INTEL_LPC_LP,
ITCO_INTEL_WBG,
ITCO_INTEL_EHL,
@@ -126,6 +127,13 @@ static iTCO_info iTCO_chipset_info[] = {
.regs = &iTCO_version_regs[ITCO_V3],
.itco_version = ITCO_V3,
},
+ [ITCO_INTEL_LPC_NM10] =
+ {
+ .name = L"NM10",
+ .pci_id = 0x27bc,
+ .regs = &iTCO_version_regs[ITCO_V2],
+ .itco_version = ITCO_V2,
+ },
[ITCO_INTEL_LPC_LP] =
{
.name = L"Lynx Point",
--
2.26.2