ARM: dts: msm: Add package ID to msm-IDs for Sun

Add additional device trees and msm-IDs to support
an additional package ID. Additional packages may support
different hardware settings and can be configured in their
package specific device trees.

Change-Id: I9d98cfcf7736af36c655566fbc4794cc8216cfd2
Signed-off-by: Abhishek Raghuvanshi <quic_araghuva@quicinc.com>
This commit is contained in:
Abhishek Raghuvanshi
2024-03-21 11:20:27 -07:00
parent 9fed059d20
commit 0950395608

View File

@@ -16,6 +16,7 @@
/ { / {
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>; qcom,msm-id = <618 0x10000>, <618 0x20000>,
<0x100026a 0x10000>, <0x100026a 0x20000>;
qcom,board-id = <0 0>; qcom,board-id = <0 0>;
}; };