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

Commit a8822df9 authored by James Ralston's avatar James Ralston Committed by Samuel Ortiz
Browse files

mfd: lpc_ich: Fix Wildcat Point info name field



Fix a copy paste error from the WPT support initial patch.

Signed-off-by: default avatarJames Ralston <james.d.ralston@intel.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 948df5e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -506,7 +506,7 @@ static struct lpc_ich_info lpc_chipset_info[] = {
		.iTCO_version = 2,
	},
	[LPC_WPT_LP] = {
		.name = "Lynx Point_LP",
		.name = "Wildcat Point_LP",
		.iTCO_version = 2,
	},
};