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 4GB dtsi support for Montague
Add new low memory dts support for both Montague and Montaguep moselle plaform. Change-Id: I851441d2367feda361f0abbd0ad5870e4585a048
This commit is contained in:
@@ -520,7 +520,7 @@ ravelin-qrd-overlay.dtbo-base := ravelin.dtb ravelinp.dtb montague.dtb montaguep
|
||||
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.dtb montaguep.dtb
|
||||
montague-moselle-overlay.dtbo-base := montague.dtb montaguep.dtb
|
||||
montague-moselle-overlay.dtbo-base := montague-4gb.dtb montaguep-4gb.dtb montague.dtb montaguep.dtb
|
||||
montague-rcm-overlay.dtbo-base := montague.dtb montaguep.dtb
|
||||
else
|
||||
dtb-$(CONFIG_ARCH_RAVELIN) += ravelin-rumi.dtb \
|
||||
@@ -543,7 +543,9 @@ dtb-$(CONFIG_ARCH_RAVELIN) += ravelin-rumi.dtb \
|
||||
montaguep-rumi.dtb \
|
||||
montaguep-hsp.dtb \
|
||||
montaguep-moselle.dtb \
|
||||
montaguep-rcm.dtb
|
||||
montaguep-rcm.dtb \
|
||||
montague-moselle-4gb.dtb \
|
||||
montaguep-moselle-4gb.dtb
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
|
||||
|
||||
9
qcom/montague-4gb.dts
Normal file
9
qcom/montague-4gb.dts
Normal file
@@ -0,0 +1,9 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "montague-4gb.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Montague 4Gb SoC";
|
||||
compatible = "qcom,montague";
|
||||
qcom,board-id = <0 0x600>;
|
||||
};
|
||||
5
qcom/montague-4gb.dtsi
Normal file
5
qcom/montague-4gb.dtsi
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "montague.dtsi"
|
||||
#include "ravelin-low-memory.dtsi"
|
||||
/ {
|
||||
};
|
||||
|
||||
9
qcom/montague-moselle-4gb.dts
Normal file
9
qcom/montague-moselle-4gb.dts
Normal file
@@ -0,0 +1,9 @@
|
||||
/dts-v1/;
|
||||
#include "montague-4gb.dtsi"
|
||||
#include "montague-moselle.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Montague Moselle 4Gb IDP";
|
||||
compatible = "qcom,montague-idp", "qcom,montague", "qcom,idp";
|
||||
qcom,board-id = <0x10022 0x603>;
|
||||
};
|
||||
9
qcom/montaguep-4gb.dts
Normal file
9
qcom/montaguep-4gb.dts
Normal file
@@ -0,0 +1,9 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "montaguep-4gb.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. MontagueP 4Gb SoC";
|
||||
compatible = "qcom,montaguep";
|
||||
qcom,board-id = <0 0x600>;
|
||||
};
|
||||
5
qcom/montaguep-4gb.dtsi
Normal file
5
qcom/montaguep-4gb.dtsi
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "montaguep.dtsi"
|
||||
#include "ravelin-low-memory.dtsi"
|
||||
/ {
|
||||
};
|
||||
|
||||
10
qcom/montaguep-moselle-4gb.dts
Normal file
10
qcom/montaguep-moselle-4gb.dts
Normal file
@@ -0,0 +1,10 @@
|
||||
/dts-v1/;
|
||||
#include "montaguep-4gb.dtsi"
|
||||
#include "montaguep-moselle.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Montague Moselle 4Gb IDP";
|
||||
compatible = "qcom,montague-idp", "qcom,montague", "qcom,idp";
|
||||
qcom,board-id = <0x10022 0x603>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user