diff options
Diffstat (limited to 'drivers/platform/x86/pmc_atom.c')
| -rw-r--r-- | drivers/platform/x86/pmc_atom.c | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/platform/x86/pmc_atom.c b/drivers/platform/x86/pmc_atom.c index 3e3c66dfec2e..ca684ed760d1 100644 --- a/drivers/platform/x86/pmc_atom.c +++ b/drivers/platform/x86/pmc_atom.c @@ -385,6 +385,14 @@ static const struct dmi_system_id critclk_systems[] = {  	},  	{  		/* pmc_plt_clk* - are used for ethernet controllers */ +		.ident = "Lex 2I385SW", +		.matches = { +			DMI_MATCH(DMI_SYS_VENDOR, "Lex BayTrail"), +			DMI_MATCH(DMI_PRODUCT_NAME, "2I385SW"), +		}, +	}, +	{ +		/* pmc_plt_clk* - are used for ethernet controllers */  		.ident = "Beckhoff CB3163",  		.matches = {  			DMI_MATCH(DMI_SYS_VENDOR, "Beckhoff Automation"),  |