ARM: dts: msm: new MSM-ID to support for different packagings

add new MSM-ID for SUN target

Change-Id: I499ca819601af72cde89a552c8adf2b6f421f34c
Signed-off-by: Vedang Nagar <quic_vnagar@quicinc.com>
This commit is contained in:
Vedang Nagar
2024-04-04 16:20:46 -07:00
parent 376d3dc360
commit 2a3f1a1d7e
2 changed files with 6 additions and 2 deletions

View File

@@ -15,6 +15,8 @@
/ {
model = "Qualcomm Technologies, Inc. Sun";
compatible = "qcom,sun";
qcom,msm-id = <618 0x20000>, <639 0x20000>;
qcom,msm-id = <618 0x20000>, <639 0x20000>,
<0x100026a 0x20000>,
<0x100027f 0x20000>;
qcom,board-id = <0 0>;
};

View File

@@ -15,6 +15,8 @@
/ {
model = "Qualcomm Technologies, Inc. Sun";
compatible = "qcom,sun";
qcom,msm-id = <618 0x10000>, <639 0x10000>;
qcom,msm-id = <618 0x10000>, <639 0x10000>,
<0x100026a 0x10000>,
<0x100027f 0x10000>;
qcom,board-id = <0 0>;
};