ARM: dts: msm: Add package ID to msm-IDs for SunP HDK

Add package ID to msm-IDs for sun hdk SoC to support different
hardware settings for WLAN.

Change-Id: I9a93cdb4144fd66ebc51e3683f5ebbe32458b033
CRs-Fixed: 3798698
This commit is contained in:
Jianmin Zhu
2024-04-25 21:08:07 -07:00
parent 110f6ba2e3
commit 8ef99d091e

View File

@@ -12,6 +12,9 @@
/ { / {
model = "Qualcomm Technologies, Inc. Sun SoCs HDK"; model = "Qualcomm Technologies, Inc. Sun SoCs HDK";
compatible = "qcom,sunp-hdk", "qcom,sunp", "qcom,hdk"; compatible = "qcom,sunp-hdk", "qcom,sunp", "qcom,hdk";
qcom,msm-id = <639 0x10000>, <639 0x20000>, <618 0x10000>, <618 0x20000>; qcom,msm-id = <639 0x10000>, <639 0x20000>, <618 0x10000>, <618 0x20000>,
<0x100026a 0x10000>, <0x100026a 0x20000>,
<0x100027f 0x10000>, <0x100027f 0x20000>;
qcom,board-id = <0x1001f 0>; qcom,board-id = <0x1001f 0>;
}; };