Skip to content

Commit

Permalink
devices: Dell XPS 13 9345: Update with upstream dtb name
Browse files Browse the repository at this point in the history
According to latest series that got merged:
https://lore.kernel.org/all/[email protected]/
  • Loading branch information
alexVinarskis committed Oct 18, 2024
1 parent 93f5013 commit 4034f39
Show file tree
Hide file tree
Showing 3 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 @@ -19,7 +19,7 @@ attemtps to simplify running Linux-based or other OS that use DT by providing:

- <!-- sc7180 --> Acer Aspire 1
- <!-- x1e80100 --> ASUS Vivobook S 15
- *<!-- x1e80100 --> Dell XPS 13 9345*
- <!-- x1e80100 --> Dell XPS 13 9345
- *<!-- x1e80100 --> HP Omnibook X 14*
- <!-- sc8180x --> Lenovo Flex 5G
- <!-- msm8998 --> Lenovo Miix 630
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/devices/dell_xps_13_9345.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static EFI_GUID dell_inc__xps_13_9345_hwids[] = {

static struct device dell_inc__xps_13_9345_dev = {
.name = L"Dell Inc. XPS 13 9345",
.dtb = L"qcom\\x1e80100-dell-tributo-13.dtb", /* Tentative. */
.dtb = L"qcom\\x1e80100-dell-xps13-9345.dtb",
.hwids = dell_inc__xps_13_9345_hwids,
};
DEVICE_DESC(dell_inc__xps_13_9345_dev);

0 comments on commit 4034f39

Please sign in to comment.