Commit 95b31e35 authored by Georg Müller's avatar Georg Müller Committed by Andy Shevchenko
Browse files

platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI table



The Lex 2I385SW board has two Intel I211 ethernet controllers. Without
this patch, only the first port is usable. The second port fails to
start with the following message:

    igb: probe of 0000:02:00.0 failed with error -2

Fixes: 648e9218 ("clk: x86: Stop marking clocks as CLK_IS_CRITICAL")
Tested-by: default avatarGeorg Müller <georgmueller@gmx.net>
Signed-off-by: default avatarGeorg Müller <georgmueller@gmx.net>
Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent 3b0fe3ba
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -383,6 +383,14 @@ static const struct dmi_system_id critclk_systems[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "3I380D"),
			DMI_MATCH(DMI_PRODUCT_NAME, "3I380D"),
		},
		},
	},
	},
	{
		/* 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 */
		/* pmc_plt_clk* - are used for ethernet controllers */
		.ident = "Beckhoff CB3163",
		.ident = "Beckhoff CB3163",