From 99dbb522fe10e17abdac88a6bd6510ac7d0e533f Mon Sep 17 00:00:00 2001 From: Akash Gajjar Date: Tue, 13 Aug 2024 12:41:25 +0530 Subject: [PATCH] ARM: dts: qcom: Add APQ support for ATP platform This patch adds APQ support for ATP platform. Change-Id: I6b91f7151cc88834782fc6068d3adfc2f2024b84 Signed-off-by: Akash Gajjar --- display/sun-sde-display-atp-overlay.dts | 4 +++- display/sun-sde-display-rcm-kiwi-overlay.dts | 4 +++- display/sun-sde-display-rcm-kiwi-v8-overlay.dts | 4 +++- display/sun-sde-display-rcm-overlay.dts | 4 +++- display/sun-sde-display-rcm-v8-overlay.dts | 4 +++- display/sun-sde.dts | 4 +++- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/display/sun-sde-display-atp-overlay.dts b/display/sun-sde-display-atp-overlay.dts index 7f336bb0..374a8b41 100644 --- a/display/sun-sde-display-atp-overlay.dts +++ b/display/sun-sde-display-atp-overlay.dts @@ -11,6 +11,8 @@ / { model = "Qualcomm Technologies, Inc. Sun ATP"; compatible = "qcom,sun-atp", "qcom,sun", "qcom,sunp-atp", "qcom,sunp", "qcom,atp"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <0x100026a 0x10000>, <0x100026a 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x10021 0>; }; diff --git a/display/sun-sde-display-rcm-kiwi-overlay.dts b/display/sun-sde-display-rcm-kiwi-overlay.dts index 1c8b7c19..28228c2e 100644 --- a/display/sun-sde-display-rcm-kiwi-overlay.dts +++ b/display/sun-sde-display-rcm-kiwi-overlay.dts @@ -11,6 +11,8 @@ / { model = "Qualcomm Technologies, Inc. Sun RCM Kiwi WLAN"; compatible = "qcom,sun-rcm", "qcom,sun", "qcom,sunp-rcm", "qcom,sunp", "qcom,rcm"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <0x100026a 0x10000>, <0x100026a 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x40015 0>; }; diff --git a/display/sun-sde-display-rcm-kiwi-v8-overlay.dts b/display/sun-sde-display-rcm-kiwi-v8-overlay.dts index a331b956..3e7c2ff6 100644 --- a/display/sun-sde-display-rcm-kiwi-v8-overlay.dts +++ b/display/sun-sde-display-rcm-kiwi-v8-overlay.dts @@ -11,6 +11,8 @@ / { model = "Qualcomm Technologies, Inc. Sun RCM Kiwi WLAN V8 Power Grid"; compatible = "qcom,sun-rcm", "qcom,sun", "qcom,sunp-rcm", "qcom,sunp", "qcom,rcm"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <0x100026a 0x10000>, <0x100026a 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x20015 0>; }; diff --git a/display/sun-sde-display-rcm-overlay.dts b/display/sun-sde-display-rcm-overlay.dts index 6a5c7e1d..c0c75af3 100644 --- a/display/sun-sde-display-rcm-overlay.dts +++ b/display/sun-sde-display-rcm-overlay.dts @@ -11,6 +11,8 @@ / { model = "Qualcomm Technologies, Inc. Sun RCM"; compatible = "qcom,sun-rcm", "qcom,sun", "qcom,rcm"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <0x100026a 0x10000>, <0x100026a 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x15 0>; }; diff --git a/display/sun-sde-display-rcm-v8-overlay.dts b/display/sun-sde-display-rcm-v8-overlay.dts index e69e5198..86e99543 100644 --- a/display/sun-sde-display-rcm-v8-overlay.dts +++ b/display/sun-sde-display-rcm-v8-overlay.dts @@ -11,6 +11,8 @@ / { model = "Qualcomm Technologies, Inc. Sun RCM V8 Power Grid"; compatible = "qcom,sun-rcm", "qcom,sun", "qcom,sunp-rcm", "qcom,sunp", "qcom,rcm"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <0x100026a 0x10000>, <0x100026a 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x30015 0>; }; diff --git a/display/sun-sde.dts b/display/sun-sde.dts index 4b3a3f74..36b0c926 100644 --- a/display/sun-sde.dts +++ b/display/sun-sde.dts @@ -9,6 +9,8 @@ #include "sun-sde.dtsi" / { - qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <15 0>; };