Skip to content

Commit

Permalink
devices: surface9: Update with upstream dtb name
Browse files Browse the repository at this point in the history
  • Loading branch information
TravMurav committed Oct 16, 2024
1 parent 652239c commit 93f5013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ attemtps to simplify running Linux-based or other OS that use DT by providing:
- <!-- sc8180x --> Lenovo Yoga 5G
- <!-- sdm850 --> Lenovo Yoga C630
- <!-- x1e80100 --> Lenovo Yoga Slim 7x
- *<!-- sc8280xp --> Microsoft Surface Pro 9 5G*
- <!-- sc8280xp --> Microsoft Surface Pro 9 5G
- *<!-- sc8280xp --> Microsoft Windows Dev Kit 2023*

(Note: Devices marked with *italic* may not be available in upstream Linux or linux-next yet.)
Expand Down
2 changes: 1 addition & 1 deletion src/devices/microsoft_surface9_5g.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static EFI_GUID microsoft_corporation_surface_pro_9_hwids[] = {

static struct device microsoft_corporation_surface_pro_9_dev = {
.name = L"Microsoft Corporation Surface Pro 9",
.dtb = L"qcom\\sc8280xp-microsoft-surface-pro-9-5G.dtb", /* Tentative. */
.dtb = L"qcom\\sc8280xp-microsoft-arcata.dtb",
.hwids = microsoft_corporation_surface_pro_9_hwids,
};
DEVICE_DESC(microsoft_corporation_surface_pro_9_dev);

0 comments on commit 93f5013

Please sign in to comment.