Commit facd9939 authored by Vincent Donnefort's avatar Vincent Donnefort Committed by Lee Jones
Browse files

mfd: lpc_ich: Add support for Intel Avoton GPIOs

parent 6cec365e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -499,6 +499,7 @@ static struct lpc_ich_info lpc_chipset_info[] = {
	[LPC_AVN] = {
		.name = "Avoton SoC",
		.iTCO_version = 1,
		.gpio_version = AVOTON_GPIO,
	},
	[LPC_COLETO] = {
		.name = "Coleto Creek",
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ enum {
	ICH_V9_GPIO,
	ICH_V10CORP_GPIO,
	ICH_V10CONS_GPIO,
	AVOTON_GPIO,
};

struct lpc_ich_info {