From d4969bb7a336e4be0b9d64f8357cae41692f17e5 Mon Sep 17 00:00:00 2001 From: Lijuan Gao Date: Thu, 25 Apr 2024 11:17:47 +0800 Subject: [PATCH] ARM: dts: qcom: Add package ID to msm-IDs for sun hdk SoC Add package ID to msm-IDs for sun hdk SoC to support different hardware settings and can be configured in their package specific device trees. Change-Id: I42180ff794d76a4172e9b51a7f68f38310369306 Signed-off-by: Lijuan Gao --- qcom/sunp-hdk-overlay.dts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qcom/sunp-hdk-overlay.dts b/qcom/sunp-hdk-overlay.dts index deef273f..8cbe9274 100644 --- a/qcom/sunp-hdk-overlay.dts +++ b/qcom/sunp-hdk-overlay.dts @@ -11,6 +11,8 @@ / { model = "Qualcomm Technologies, Inc. SunP QRD HDK"; compatible = "qcom,sunp-hdk", "qcom,sunp", "qcom,hdk"; - qcom,msm-id = <639 0x10000>, <639 0x20000>, <618 0x10000>, <618 0x20000>; + qcom,msm-id = <639 0x10000>, <639 0x20000>, <618 0x10000>, <618 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x1001f 0>; };