]> git.ipfire.org Git - thirdparty/linux.git/commit
platform/chrome: cros_ec_lpc: switch primary DMI data for Framework Laptop
authorDustin L. Howett <dustin@howett.net>
Wed, 7 Aug 2024 02:54:09 +0000 (21:54 -0500)
committerTzung-Bi Shih <tzungbi@kernel.org>
Wed, 7 Aug 2024 12:48:54 +0000 (20:48 +0800)
commit62be134abf4250474a7a694837064bc783d2b291
tree8b95bfe476d7f91d53ca4b0408bb9ae02c32535f
parentde9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed
platform/chrome: cros_ec_lpc: switch primary DMI data for Framework Laptop

Framework Computer appears to be moving away from the Microchip embedded
controller seen in the Framework Laptop 13 with Intel Core 11th, 12th
and 13th generation processors. All newer models use a Nuvoton NPCX
embedded controller.

Changing the default DMI match for Framework's products to match their
newer product lines will reduce churn in this part of the cros_ec_lpc
driver.

The new match tables are:

- Microchip EC models
  - "Laptop" (product, exact match) for the 11th gen. Intel Core
  - "12th Gen Intel Core" (product, exact match)
  - "13th Gen Intel Core" (product, exact match)
- Nuvoton NPCX models
  - "Laptop" (product family, partial match)

Signed-off-by: Dustin L. Howett <dustin@howett.net>
Reviewed-by: Alexandru M Stan <ams@frame.work>
Link: https://lore.kernel.org/r/20240806-platform-chrome-cros_ec_lpcs-change-the-default-disposition-of-the-framework-laptop-v1-1-09e0d602b215@howett.net
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
drivers/platform/chrome/cros_ec_lpc.c