mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
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:
@@ -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)
|
||||
|
||||
11
qcom/montague-idp-qps615-overlay.dts
Normal file
11
qcom/montague-idp-qps615-overlay.dts
Normal 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>;
|
||||
};
|
||||
10
qcom/montague-idp-qps615.dts
Normal file
10
qcom/montague-idp-qps615.dts
Normal 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>;
|
||||
};
|
||||
1
qcom/montague-idp-qps615.dtsi
Normal file
1
qcom/montague-idp-qps615.dtsi
Normal file
@@ -0,0 +1 @@
|
||||
#include "ravelin-idp.dtsi"
|
||||
10
qcom/montaguep-idp-qps615.dts
Normal file
10
qcom/montaguep-idp-qps615.dts
Normal 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>;
|
||||
};
|
||||
1
qcom/montaguep-idp-qps615.dtsi
Normal file
1
qcom/montaguep-idp-qps615.dtsi
Normal file
@@ -0,0 +1 @@
|
||||
#include "ravelinp-idp.dtsi"
|
||||
Reference in New Issue
Block a user