[PATCH 9/9] watchdog: iTCO: Fix Wildcat Point and ICH9 version

2 views
Skip to first unread message

Jan Kiszka

unread,
May 31, 2021, 3:57:34 AM5/31/21
to efibootg...@googlegroups.com, Christian Storm
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

Reply all
Reply to author
Forward
0 new messages