Skip to content

Commit

Permalink
devices: x13s: Use DPP for mac provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
TravMurav committed Oct 28, 2024
1 parent 6da810d commit d6b47fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/lenovo_x13s.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ static struct device lenovo_thinkpad_x13s_gen_1_dev = {
.dtb = L"qcom\\sc8280xp-lenovo-thinkpad-x13s.dtb",
.hwids = lenovo_thinkpad_x13s_gen_1_hwids,

.dt_fixup = dt_set_default_mac,
.dt_fixup = qcom_dt_set_dpp_mac,
};
DEVICE_DESC(lenovo_thinkpad_x13s_gen_1_dev);

0 comments on commit d6b47fb

Please sign in to comment.