From c1f7d74b7dff04b17c6c89820e1a8fa158b5f5b1 Mon Sep 17 00:00:00 2001 From: Naveen Ravi Date: Thu, 21 Mar 2024 10:17:49 -0700 Subject: [PATCH] ARM: dts: msm: Add new msm ids Add new msm-ids to support different thermal profiles Change-Id: If776c5d3bc012d61a69503928d7fe2011106d6f4 Signed-off-by: Naveen Ravi --- sun-eva-v2.dts | 2 +- sun-eva.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sun-eva-v2.dts b/sun-eva-v2.dts index e3303785..1247204e 100644 --- a/sun-eva-v2.dts +++ b/sun-eva-v2.dts @@ -18,6 +18,6 @@ / { model = "Qualcomm Technologies, Inc. Sun v2 SoC"; 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>; }; diff --git a/sun-eva.dts b/sun-eva.dts index 2d8aafe2..c7e3b8c4 100644 --- a/sun-eva.dts +++ b/sun-eva.dts @@ -18,6 +18,6 @@ / { model = "Qualcomm Technologies, Inc. sun v1 SoC"; 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>; };