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 initial DT for Montague Adrastea
Add device tree support for Montague Adrastea platform. Change-Id: I396f717af57df9a71ba15626a3377852467930d0
This commit is contained in:
@@ -566,7 +566,8 @@ 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-idp-qps615.dtbo \
|
||||
montague-adrastea-overlay.dtbo
|
||||
|
||||
ravelin-rumi-overlay.dtbo-base := ravelin.dtb montague.dtb
|
||||
ravelin-atp-overlay.dtbo-base := ravelin.dtb ravelinp.dtb montague.dtb montaguep.dtb
|
||||
@@ -583,6 +584,7 @@ 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
|
||||
montague-adrastea-overlay.dtbo-base := montague.dtb montaguep.dtb
|
||||
else
|
||||
dtb-$(CONFIG_ARCH_RAVELIN) += ravelin-rumi.dtb \
|
||||
ravelin-atp.dtb \
|
||||
@@ -613,7 +615,9 @@ dtb-$(CONFIG_ARCH_RAVELIN) += ravelin-rumi.dtb \
|
||||
montaguep-wsa.dtb \
|
||||
montaguep-wsd.dtb \
|
||||
montague-idp-qps615.dtb \
|
||||
montaguep-idp-qps615.dtb
|
||||
montaguep-idp-qps615.dtb \
|
||||
montague-adrastea.dtb \
|
||||
montaguep-adrastea.dtb
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
|
||||
|
||||
11
qcom/montague-adrastea-overlay.dts
Normal file
11
qcom/montague-adrastea-overlay.dts
Normal file
@@ -0,0 +1,11 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include "montague-adrastea.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Montague Adrastea IDP";
|
||||
compatible = "qcom,montague-idp", "qcom,montague", "qcom,idp";
|
||||
qcom,msm-id = <581 0x10000>, <582 0x10000>;
|
||||
qcom,board-id = <0x10022 0x0>;
|
||||
};
|
||||
11
qcom/montague-adrastea.dts
Normal file
11
qcom/montague-adrastea.dts
Normal file
@@ -0,0 +1,11 @@
|
||||
/dts-v1/;
|
||||
|
||||
|
||||
#include "montague.dtsi"
|
||||
#include "montague-adrastea.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Montague Adrastea IDP";
|
||||
compatible = "qcom,montague-idp", "qcom,montague", "qcom,idp";
|
||||
qcom,board-id = <0x10022 0x0>;
|
||||
};
|
||||
1
qcom/montague-adrastea.dtsi
Normal file
1
qcom/montague-adrastea.dtsi
Normal file
@@ -0,0 +1 @@
|
||||
#include "montague-talyn.dtsi"
|
||||
Reference in New Issue
Block a user