aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/lpc_ich.c
diff options
context:
space:
mode:
authorTan Jui Nee <jui.nee.tan@intel.com>2017-01-28 16:27:33 +0200
committerLee Jones <lee.jones@linaro.org>2017-02-13 09:29:44 +0000
commite93c10211d03c35271896b03a40d3eca4a674770 (patch)
tree56fbda6fc686c13eecb5e9573bc8e2becdfbf68d /drivers/mfd/lpc_ich.c
parentmfd: lpc_ich: Remove useless comments in core part (diff)
downloadlinux-dev-e93c10211d03c35271896b03a40d3eca4a674770.tar.xz
linux-dev-e93c10211d03c35271896b03a40d3eca4a674770.zip
mfd: lpc_ich: Enable watchdog on Intel Apollo Lake PCH
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> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/lpc_ich.c')
-rw-r--r--drivers/mfd/lpc_ich.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c
index fd6e8006c6b6..d98a5d974092 100644
--- a/drivers/mfd/lpc_ich.c
+++ b/drivers/mfd/lpc_ich.c
@@ -551,6 +551,7 @@ static struct lpc_ich_info lpc_chipset_info[] = {
},
[LPC_APL] = {
.name = "Apollo Lake SoC",
+ .iTCO_version = 5,
.spi_type = INTEL_SPI_BXT,
},
};