ARM: dts: msm: Add dt variants for montague

The change add dts support for QPS615 subtype for montague.

Change-Id: If3ab856667e59dab2836b432f90680c203b6d290
This commit is contained in:
NEERAJ SHARMA
2023-11-06 12:46:36 +05:30
parent e2767a613f
commit a1b646292f
6 changed files with 39 additions and 2 deletions

View File

@@ -565,7 +565,8 @@ dtbo-$(CONFIG_ARCH_RAVELIN) += ravelin-rumi-overlay.dtbo \
montague-moselle-overlay.dtbo \
montague-rcm-overlay.dtbo \
montague-wsa-overlay.dtbo \
montague-wsd-overlay.dtbo
montague-wsd-overlay.dtbo \
montague-idp-qps615.dtbo
ravelin-rumi-overlay.dtbo-base := ravelin.dtb montague.dtb
ravelin-atp-overlay.dtbo-base := ravelin.dtb ravelinp.dtb montague.dtb montaguep.dtb
@@ -581,6 +582,7 @@ montague-moselle-overlay.dtbo-base := montague-4gb.dtb montaguep-4gb.dtb montagu
montague-rcm-overlay.dtbo-base := montague.dtb montaguep.dtb
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
else
dtb-$(CONFIG_ARCH_RAVELIN) += ravelin-rumi.dtb \
ravelin-atp.dtb \
@@ -609,7 +611,9 @@ dtb-$(CONFIG_ARCH_RAVELIN) += ravelin-rumi.dtb \
montague-wsa.dtb \
montague-wsd.dtb \
montaguep-wsa.dtb \
montaguep-wsd.dtb
montaguep-wsd.dtb \
montague-idp-qps615.dtb \
montaguep-idp-qps615.dtb
endif
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)

View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
#include "montague-idp-qps615.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Montague IDP QPS615";
compatible = "qcom,montague-idp", "qcom,montague", "qcom,idp";
qcom,msm-id = <581 0x10000>, <582 0x10000>;
qcom,board-id = <0x10022 0x9>;
};

View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "montague.dtsi"
#include "montague-idp-qps615.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Montague IDP QPS615";
compatible = "qcom,montague-idp", "qcom,montague", "qcom,idp";
qcom,board-id = <0x10022 0x9>;
};

View File

@@ -0,0 +1 @@
#include "ravelin-idp.dtsi"

View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "montaguep.dtsi"
#include "montaguep-idp-qps615.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Montague IDP QPS615";
compatible = "qcom,montague-idp", "qcom,montague", "qcom,idp";
qcom,board-id = <0x10022 0x9>;
};

View File

@@ -0,0 +1 @@
#include "ravelinp-idp.dtsi"