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

add new MSM-ID for SUN target

Change-Id: I01a2aab87fec2f9a00662a6741630b93762d35dd
This commit is contained in:
VijayaRamarao Mellempudi
2024-04-04 16:24:16 -07:00
parent 3da00e29bb
commit ff51362c17

View File

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