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

add new MSM-ID for SUN target

Change-Id: Ia83d5b35dd4af6c1cc4a61ccf273c9c0e96a0bc3
Signed-off-by: Vedang Nagar <quic_vnagar@quicinc.com>
Signed-off-by: Bruce Levy <quic_blevy@quicinc.com>
This commit is contained in:
Vedang Nagar
2024-04-04 15:25:51 -07:00
committed by Bruce Levy
parent bbac280506
commit d0684af03f
2 changed files with 6 additions and 2 deletions

View File

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

View File

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