ARM: dts: msm: Add new msm ids

Add new msm-ids to support different thermal profiles

Change-Id: If776c5d3bc012d61a69503928d7fe2011106d6f4
Signed-off-by: Naveen Ravi <quic_naveravi@quicinc.com>
This commit is contained in:
Naveen Ravi
2024-03-21 10:17:49 -07:00
parent 4e3f58fea4
commit c1f7d74b7d
2 changed files with 2 additions and 2 deletions

View File

@@ -18,6 +18,6 @@
/ { / {
model = "Qualcomm Technologies, Inc. Sun v2 SoC"; model = "Qualcomm Technologies, Inc. Sun v2 SoC";
compatible = "qcom,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>, <15 0>, <8 0>, <11 0>, <1 0>; qcom,board-id = <0 0>, <15 0>, <8 0>, <11 0>, <1 0>;
}; };

View File

@@ -18,6 +18,6 @@
/ { / {
model = "Qualcomm Technologies, Inc. sun v1 SoC"; model = "Qualcomm Technologies, Inc. sun v1 SoC";
compatible = "qcom,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>, <15 0>, <8 0>, <11 0>, <1 0>; qcom,board-id = <0 0>, <15 0>, <8 0>, <11 0>, <1 0>;
}; };