From: Jan Kiszka <
jan.k...@siemens.com>
Both are version 2, also according to the Linux kernel.
Signed-off-by: Jan Kiszka <
jan.k...@siemens.com>
---
drivers/watchdog/itco.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/watchdog/itco.c b/drivers/watchdog/itco.c
index a1ebb06..198327d 100644
--- a/drivers/watchdog/itco.c
+++ b/drivers/watchdog/itco.c
@@ -122,13 +122,13 @@ static const iTCO_info iTCO_chipset_info[] = {
{
.name = L"Wildcat Point_LP",
.pci_id = 0x9cc3,
- .itco_version = ITCO_V3,
+ .itco_version = ITCO_V2,
},
[ITCO_INTEL_ICH9] =
{
.name = L"ICH9", /* QEmu machine q35 */
.pci_id = 0x2918,
- .itco_version = ITCO_V3,
+ .itco_version = ITCO_V2,
},
[ITCO_INTEL_LPC_NM10] =
{
--
2.26.2