Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1568937

[PATCH v2 1/2] mfd: lpc_ich: Enable watchdog on Intel Apollo Lake PCH

From Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Newsgroups linux.kernel
Subject [PATCH v2 1/2] mfd: lpc_ich: Enable watchdog on Intel Apollo Lake PCH
Date 2017-01-28 15:30 +0100
Message-ID <t4CaR-2zr-7@gated-at.bofh.it> (permalink)
References <t4CaR-2zr-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Tan Jui Nee <jui.nee.tan@intel.com>

Assign iTCO_version which effectively enables watchdog device on
Intel Apollo Lake PCH.

Signed-off-by: Tan Jui Nee <jui.nee.tan@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/mfd/lpc_ich.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c
index be42957a78e1..b2f234d5ee3b 100644
--- a/drivers/mfd/lpc_ich.c
+++ b/drivers/mfd/lpc_ich.c
@@ -567,6 +567,7 @@ static struct lpc_ich_info lpc_chipset_info[] = {
 	},
 	[LPC_APL] = {
 		.name = "Apollo Lake SoC",
+		.iTCO_version = 5,
 		.spi_type = INTEL_SPI_BXT,
 	},
 };
-- 
2.11.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 1/2] mfd: lpc_ich: Enable watchdog on Intel Apollo Lake PCH Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-01-28 15:30 +0100
  Re: [PATCH v2 1/2] mfd: lpc_ich: Enable watchdog on Intel Apollo  Lake PCH Mika Westerberg <mika.westerberg@linux.intel.com> - 2017-01-30 12:10 +0100

csiph-web