Merge "ARM: dts: qcom: Add package ID to msm-IDs for sun hdk SoC"

This commit is contained in:
qctecmdr
2024-05-08 03:37:50 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -11,6 +11,8 @@
/ { / {
model = "Qualcomm Technologies, Inc. SunP QRD HDK"; model = "Qualcomm Technologies, Inc. SunP QRD 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>;
}; };