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]/
alexVinarskis committed Oct 17, 2024
1 parent 93f5013 commit bdda019
Showing 2 changed files with 1 addition and 1 deletion.
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
@@ -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", /* Tentative. */
.hwids = dell_inc__xps_13_9345_hwids,
};
DEVICE_DESC(dell_inc__xps_13_9345_dev);

0 comments on commit bdda019

Please sign in to comment.