1
0
Fork 0

mfd: lpc_ich: Fix Wildcat Point info name field

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

Signed-off-by: James Ralston <james.d.ralston@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
hifive-unleashed-5.1
James Ralston 2013-11-27 09:38:04 +01:00 committed by Samuel Ortiz
parent 948df5e389
commit a8822df904
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},
};