From 5b0a8673276da5b31d7769e83e6af35acddd129d Mon Sep 17 00:00:00 2001 From: Mohd Mujahid Pasha Date: Fri, 3 Mar 2023 03:49:02 -0800 Subject: [PATCH] Revert "ARM: dts: msm: Add HSP devicetree support for montague" This reverts commit 85432d64499fcdd7ea315a589cf48142dc697589. Change-Id: Id37afbabcc0506438bd209ee8d97775d3ba04383 --- qcom/Makefile | 2 +- qcom/montague-hsp-base.dts | 10 ---------- qcom/montague-hsp-base.dtsi | 4 ---- qcom/montaguep-hsp-base.dts | 10 ---------- qcom/montaguep-hsp-base.dtsi | 4 ---- 5 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 qcom/montague-hsp-base.dts delete mode 100644 qcom/montague-hsp-base.dtsi delete mode 100644 qcom/montaguep-hsp-base.dts delete mode 100644 qcom/montaguep-hsp-base.dtsi diff --git a/qcom/Makefile b/qcom/Makefile index ae5bb426..0185f775 100644 --- a/qcom/Makefile +++ b/qcom/Makefile @@ -516,7 +516,7 @@ ravelin-idp-wcn3950-amoled-rcm-overlay.dtbo-base := ravelin.dtb ravelinp.dtb mon ravelin-qrd-overlay.dtbo-base := ravelin.dtb ravelinp.dtb montague.dtb montaguep.dtb ravelin-qrd-4gb-overlay.dtbo-base := ravelin-4gb.dtb ravelinp-4gb.dtb montague.dtb montaguep.dtb montague-rumi-overlay.dtbo-base := montague.dtb montaguep.dtb -montague-hsp-overlay.dtbo-base := montague-hsp-base.dtb montaguep-hsp-base.dtb +montague-hsp-overlay.dtbo-base := montague.dtb montaguep.dtb montague-moselle-overlay.dtbo-base := montague.dtb montaguep.dtb montague-rcm-overlay.dtbo-base := montague.dtb montaguep.dtb else diff --git a/qcom/montague-hsp-base.dts b/qcom/montague-hsp-base.dts deleted file mode 100644 index a2ee2a0a..00000000 --- a/qcom/montague-hsp-base.dts +++ /dev/null @@ -1,10 +0,0 @@ -/dts-v1/; - -#include "montague-hsp-base.dtsi" - -/ { - model = "Qualcomm Technologies, Inc. Montague HSP SoC"; - compatible = "qcom,montague"; - qcom,board-id = <0 0x4>; -}; - diff --git a/qcom/montague-hsp-base.dtsi b/qcom/montague-hsp-base.dtsi deleted file mode 100644 index 17e1cba9..00000000 --- a/qcom/montague-hsp-base.dtsi +++ /dev/null @@ -1,4 +0,0 @@ -#include "montague.dtsi" - -/ { -}; diff --git a/qcom/montaguep-hsp-base.dts b/qcom/montaguep-hsp-base.dts deleted file mode 100644 index 8fb6e95b..00000000 --- a/qcom/montaguep-hsp-base.dts +++ /dev/null @@ -1,10 +0,0 @@ -/dts-v1/; - -#include "montaguep-hsp-base.dtsi" - -/ { - model = "Qualcomm Technologies, Inc. MontagueP HSP SoC"; - compatible = "qcom,montaguep"; - qcom,board-id = <0 0x4>; -}; - diff --git a/qcom/montaguep-hsp-base.dtsi b/qcom/montaguep-hsp-base.dtsi deleted file mode 100644 index c5379a7a..00000000 --- a/qcom/montaguep-hsp-base.dtsi +++ /dev/null @@ -1,4 +0,0 @@ -#include "montaguep.dtsi" - -/ { -};