Commit ef0eea5b authored by Chris Blake's avatar Chris Blake Committed by Lee Jones
Browse files

mfd: lpc_ich: Enable GPIO driver for DH89xxCC



Based on the Intel Datasheet for the DH89xxCC PCH, the GPIO driver
is the same as ICH_v5_GPIO, minus the fact the DH89xxCC also has
blink support. However, blink support isn't supported by the GPIO
driver so we should use ICH_v5_GPIO. Tested and working on a Meraki
MX100-HW.

Signed-off-by: default avatarChris Blake <chrisrblake93@gmail.com>
Co-developed-by: default avatarChristian Lamparter <chunkeey@gmail.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 84742a98
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -489,6 +489,7 @@ static struct lpc_ich_info lpc_chipset_info[] = {
	[LPC_DH89XXCC] = {
		.name = "DH89xxCC",
		.iTCO_version = 2,
		.gpio_version = ICH_V5_GPIO,
	},
	[LPC_PPT] = {
		.name = "Panther Point",