diff options
Diffstat (limited to 'drivers/platform/x86/pmc_atom.c')
| -rw-r--r-- | drivers/platform/x86/pmc_atom.c | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/drivers/platform/x86/pmc_atom.c b/drivers/platform/x86/pmc_atom.c index c7039f52ad51..b1d804376237 100644 --- a/drivers/platform/x86/pmc_atom.c +++ b/drivers/platform/x86/pmc_atom.c | |||
| @@ -398,12 +398,45 @@ static int pmc_dbgfs_register(struct pmc_dev *pmc) | |||
| 398 | */ | 398 | */ |
| 399 | static const struct dmi_system_id critclk_systems[] = { | 399 | static const struct dmi_system_id critclk_systems[] = { |
| 400 | { | 400 | { |
| 401 | /* pmc_plt_clk0 is used for an external HSIC USB HUB */ | ||
| 401 | .ident = "MPL CEC1x", | 402 | .ident = "MPL CEC1x", |
| 402 | .matches = { | 403 | .matches = { |
| 403 | DMI_MATCH(DMI_SYS_VENDOR, "MPL AG"), | 404 | DMI_MATCH(DMI_SYS_VENDOR, "MPL AG"), |
| 404 | DMI_MATCH(DMI_PRODUCT_NAME, "CEC10 Family"), | 405 | DMI_MATCH(DMI_PRODUCT_NAME, "CEC10 Family"), |
| 405 | }, | 406 | }, |
| 406 | }, | 407 | }, |
| 408 | { | ||
| 409 | /* pmc_plt_clk0 - 3 are used for the 4 ethernet controllers */ | ||
| 410 | .ident = "Lex 3I380D", | ||
| 411 | .matches = { | ||
| 412 | DMI_MATCH(DMI_SYS_VENDOR, "Lex BayTrail"), | ||
| 413 | DMI_MATCH(DMI_PRODUCT_NAME, "3I380D"), | ||
| 414 | }, | ||
| 415 | }, | ||
| 416 | { | ||
| 417 | /* pmc_plt_clk* - are used for ethernet controllers */ | ||
| 418 | .ident = "Beckhoff CB3163", | ||
| 419 | .matches = { | ||
| 420 | DMI_MATCH(DMI_SYS_VENDOR, "Beckhoff Automation"), | ||
| 421 | DMI_MATCH(DMI_BOARD_NAME, "CB3163"), | ||
| 422 | }, | ||
| 423 | }, | ||
| 424 | { | ||
| 425 | /* pmc_plt_clk* - are used for ethernet controllers */ | ||
| 426 | .ident = "Beckhoff CB6263", | ||
| 427 | .matches = { | ||
| 428 | DMI_MATCH(DMI_SYS_VENDOR, "Beckhoff Automation"), | ||
| 429 | DMI_MATCH(DMI_BOARD_NAME, "CB6263"), | ||
| 430 | }, | ||
| 431 | }, | ||
| 432 | { | ||
| 433 | /* pmc_plt_clk* - are used for ethernet controllers */ | ||
| 434 | .ident = "Beckhoff CB6363", | ||
| 435 | .matches = { | ||
| 436 | DMI_MATCH(DMI_SYS_VENDOR, "Beckhoff Automation"), | ||
| 437 | DMI_MATCH(DMI_BOARD_NAME, "CB6363"), | ||
| 438 | }, | ||
| 439 | }, | ||
| 407 | { /*sentinel*/ } | 440 | { /*sentinel*/ } |
| 408 | }; | 441 | }; |
| 409 | 442 | ||
