Skip to content

Commit

Permalink
dts: msm8909-1gb-qrd-skue: add quirk for lenovo-lxf-p5100
Browse files Browse the repository at this point in the history
  • Loading branch information
exkc committed Feb 2, 2025
1 parent b9c007b commit 8d08663
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lk2nd/device/dts/msm8909/msm8909-qrd-skue.dts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
#include <lk2nd.dtsi>

/ {
qcom,msm-id = <QCOM_ID_MSM8909 0>;
//some variant of lxf_p5100 bootloder is quirky and they only select
//<QCOM_ID_MSM8909 0x00 0x102 0x00 0x109 0x00 0x113 0x00>
//not <QCOM_ID_MSM8909 0>

qcom,msm-id = <QCOM_ID_MSM8909 0>,
<QCOM_ID_MSM8909 0x00 0x102 0x00 0x109 0x00 0x113 0x00>;
qcom,board-id = <QCOM_BOARD_ID_QRD 0x09>,
<QCOM_BOARD_ID(QRD, 1, 0) 0x09>;
};
Expand Down

0 comments on commit 8d08663

Please sign in to comment.