From 1b1ba462a24e1f0c0b54e6bdd1964ece26fc49c6 Mon Sep 17 00:00:00 2001 From: NEERAJ SHARMA Date: Thu, 17 Aug 2023 10:34:44 +0530 Subject: [PATCH] ARM: dts: msm: Add dt variants for montague The change add dts support for apache variant for montague. Change-Id: I1cb14f23a7ccbf28aff13410f856808d1f29f96c --- qcom/Makefile | 10 +++++++--- qcom/montague-apache-overlay.dts | 11 +++++++++++ qcom/montague-apache.dts | 10 ++++++++++ qcom/montague-apache.dtsi | 1 + qcom/montaguep-apache.dts | 10 ++++++++++ qcom/montaguep-apache.dtsi | 1 + 6 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 qcom/montague-apache-overlay.dts create mode 100644 qcom/montague-apache.dts create mode 100644 qcom/montague-apache.dtsi create mode 100644 qcom/montaguep-apache.dts create mode 100644 qcom/montaguep-apache.dtsi diff --git a/qcom/Makefile b/qcom/Makefile index 93ace4a0..e9ffdf85 100644 --- a/qcom/Makefile +++ b/qcom/Makefile @@ -566,8 +566,9 @@ dtbo-$(CONFIG_ARCH_RAVELIN) += ravelin-rumi-overlay.dtbo \ montague-rcm-overlay.dtbo \ montague-wsa-overlay.dtbo \ montague-wsd-overlay.dtbo \ - montague-idp-qps615.dtbo \ - montague-adrastea-overlay.dtbo + montague-idp-qps615-overlay.dtbo \ + montague-adrastea-overlay.dtbo \ + montague-apache-overlay.dtbo ravelin-rumi-overlay.dtbo-base := ravelin.dtb montague.dtb ravelin-atp-overlay.dtbo-base := ravelin.dtb ravelinp.dtb montague.dtb montaguep.dtb @@ -585,6 +586,7 @@ montague-wsa-overlay.dtbo-base := montague.dtb montaguep.dtb montague-wsd-overlay.dtbo-base := montague.dtb montaguep.dtb montague-idp-qps615-overlay.dtbo-base := montague.dtb montaguep.dtb montague-adrastea-overlay.dtbo-base := montague.dtb montaguep.dtb +montague-apache-overlay.dtbo-base := montague.dtb montaguep.dtb else dtb-$(CONFIG_ARCH_RAVELIN) += ravelin-rumi.dtb \ ravelin-atp.dtb \ @@ -617,7 +619,9 @@ dtb-$(CONFIG_ARCH_RAVELIN) += ravelin-rumi.dtb \ montague-idp-qps615.dtb \ montaguep-idp-qps615.dtb \ montague-adrastea.dtb \ - montaguep-adrastea.dtb + montaguep-adrastea.dtb \ + montague-apache.dtb \ + montaguep-apache.dtb endif ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y) diff --git a/qcom/montague-apache-overlay.dts b/qcom/montague-apache-overlay.dts new file mode 100644 index 00000000..1e27c59c --- /dev/null +++ b/qcom/montague-apache-overlay.dts @@ -0,0 +1,11 @@ +/dts-v1/; +/plugin/; + +#include "montague-apache.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. Montague Apache IDP"; + compatible = "qcom,montague-idp", "qcom,montague", "qcom,idp"; + qcom,msm-id = <581 0x10000>, <582 0x10000>; + qcom,board-id = <0x10022 0x8>; +}; diff --git a/qcom/montague-apache.dts b/qcom/montague-apache.dts new file mode 100644 index 00000000..c69f740c --- /dev/null +++ b/qcom/montague-apache.dts @@ -0,0 +1,10 @@ +/dts-v1/; + +#include "montague.dtsi" +#include "montague-apache.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. Montague Apache IDP"; + compatible = "qcom,montague-idp", "qcom,montague", "qcom,idp"; + qcom,board-id = <0x10022 0x8>; +}; diff --git a/qcom/montague-apache.dtsi b/qcom/montague-apache.dtsi new file mode 100644 index 00000000..b71ee48e --- /dev/null +++ b/qcom/montague-apache.dtsi @@ -0,0 +1 @@ +#include "ravelin-idp.dtsi" diff --git a/qcom/montaguep-apache.dts b/qcom/montaguep-apache.dts new file mode 100644 index 00000000..7f2d365c --- /dev/null +++ b/qcom/montaguep-apache.dts @@ -0,0 +1,10 @@ +/dts-v1/; + +#include "montaguep.dtsi" +#include "montaguep-apache.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. Montague Apache IDP"; + compatible = "qcom,montague-idp", "qcom,montague", "qcom,idp"; + qcom,board-id = <0x10022 0x8>; +}; diff --git a/qcom/montaguep-apache.dtsi b/qcom/montaguep-apache.dtsi new file mode 100644 index 00000000..6dca2ce9 --- /dev/null +++ b/qcom/montaguep-apache.dtsi @@ -0,0 +1 @@ +#include "ravelinp-idp.dtsi"