From 423d3e762a39536ee61c521d9127561c3215fe1a Mon Sep 17 00:00:00 2001 From: Veera Sundaram Sankaran Date: Sun, 17 Dec 2023 23:27:20 -0800 Subject: [PATCH] ARM: dts: msm: add APQ SOC id for SDE on sun target Add APQ SOC id in mtp/cdp variants on sun target. Change-Id: I42cf0b07a08f09a983399cd5cffe2001481061e7 Signed-off-by: Veera Sundaram Sankaran --- display/sun-sde-display-cdp-overlay.dts | 2 +- display/sun-sde-display-mtp-overlay.dts | 2 +- display/sun-sde.dts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/display/sun-sde-display-cdp-overlay.dts b/display/sun-sde-display-cdp-overlay.dts index ab2f2519..a3b29d3c 100644 --- a/display/sun-sde-display-cdp-overlay.dts +++ b/display/sun-sde-display-cdp-overlay.dts @@ -11,6 +11,6 @@ / { model = "Qualcomm Technologies, Inc. Sun CDP"; compatible = "qcom,sun-cdp", "qcom,sun", "qcom,cdp"; - qcom,msm-id = <618 0x10000>, <618 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; qcom,board-id = <1 0>; }; diff --git a/display/sun-sde-display-mtp-overlay.dts b/display/sun-sde-display-mtp-overlay.dts index 9038f744..48ad6325 100644 --- a/display/sun-sde-display-mtp-overlay.dts +++ b/display/sun-sde-display-mtp-overlay.dts @@ -11,6 +11,6 @@ / { model = "Qualcomm Technologies, Inc. Sun MTP"; compatible = "qcom,sun-mtp", "qcom,sun", "qcom,mtp"; - qcom,msm-id = <618 0x10000>, <618 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; qcom,board-id = <8 0>; }; diff --git a/display/sun-sde.dts b/display/sun-sde.dts index d55ab390..4b3a3f74 100644 --- a/display/sun-sde.dts +++ b/display/sun-sde.dts @@ -9,6 +9,6 @@ #include "sun-sde.dtsi" / { - qcom,msm-id = <618 0x10000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; qcom,board-id = <15 0>; };