]> Git Repo - linux.git/commitdiff
mfd: lpc_ich: Enable watchdog on Intel Apollo Lake PCH
authorTan Jui Nee <[email protected]>
Sat, 28 Jan 2017 14:27:33 +0000 (16:27 +0200)
committerLee Jones <[email protected]>
Mon, 13 Feb 2017 09:29:44 +0000 (09:29 +0000)
Assign iTCO_version which effectively enables watchdog device on
Intel Apollo Lake PCH.

Signed-off-by: Tan Jui Nee <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Acked-by: Mika Westerberg <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
drivers/mfd/lpc_ich.c

index fd6e8006c6b670ec4f98af8a768f2a04d855673b..d98a5d974092227e42ddd37e4431886efccad1ea 100644 (file)
@@ -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,
        },
 };
This page took 0.061146 seconds and 4 git commands to generate.