Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e93c1021 authored by Tan Jui Nee's avatar Tan Jui Nee Committed by Lee Jones
Browse files

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: default avatarTan Jui Nee <jui.nee.tan@intel.com>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 788fd822
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
	},
};