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>
This commit is contained in:
parent
948df5e389
commit
a8822df904
|
@ -506,7 +506,7 @@ static struct lpc_ich_info lpc_chipset_info[] = {
|
||||||
.iTCO_version = 2,
|
.iTCO_version = 2,
|
||||||
},
|
},
|
||||||
[LPC_WPT_LP] = {
|
[LPC_WPT_LP] = {
|
||||||
.name = "Lynx Point_LP",
|
.name = "Wildcat Point_LP",
|
||||||
.iTCO_version = 2,
|
.iTCO_version = 2,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue