|
|
@@ -421,6 +421,14 @@ static const struct dmi_system_id critclk_systems[] = {
|
|
|
DMI_MATCH(DMI_BOARD_NAME, "CB3163"),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ /* pmc_plt_clk* - are used for ethernet controllers */
|
|
|
+ .ident = "Beckhoff CB4063",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Beckhoff Automation"),
|
|
|
+ DMI_MATCH(DMI_BOARD_NAME, "CB4063"),
|
|
|
+ },
|
|
|
+ },
|
|
|
{
|
|
|
/* pmc_plt_clk* - are used for ethernet controllers */
|
|
|
.ident = "Beckhoff CB6263",
|