ARM: dts: qcom: Adding board support for CDP,MTP,QRD for Kalama VM

Adding board support for CDP.MTP,QRD platforms
for Kalama VM.

Change-Id: Icc6f59db4f5639f6993747c04ef906ddd3b25b09
This commit is contained in:
Ashish Bhimanpalliwar
2021-10-27 23:34:03 +05:30
committed by Gerrit - the friendly Code Review server
parent 2273853d99
commit 4d5131970e
7 changed files with 42 additions and 1 deletions

View File

@@ -70,7 +70,11 @@ endif
ifeq ($(CONFIG_ARCH_KALAMA), y)
ifeq ($(CONFIG_ARCH_QTI_VM), y)
dtb-$(CONFIG_ARCH_QTI_VM) += kalama-vm-rumi.dtb
dtb-$(CONFIG_ARCH_QTI_VM) += kalama-vm-rumi.dtb \
kalama-vm-mtp.dtb \
kalama-vm-cdp.dtb \
kalama-vm-qrd.dtb
endif
endif

10
qcom/kalama-vm-cdp.dts Normal file
View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "kalama-vm.dtsi"
#include "kalama-vm-cdp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Kalama SVM CDP";
compatible = "qcom,kalama-cdp", "qcom,kalama", "qcom,cdp";
qcom,board-id = <0x10001 0>;
};

2
qcom/kalama-vm-cdp.dtsi Normal file
View File

@@ -0,0 +1,2 @@
&soc {
};

10
qcom/kalama-vm-mtp.dts Normal file
View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "kalama-vm.dtsi"
#include "kalama-vm-mtp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Kalama SVM MTP";
compatible = "qcom,kalama-mtp", "qcom,kalama", "qcom,mtp";
qcom,board-id = <0x10008 0>;
};

2
qcom/kalama-vm-mtp.dtsi Normal file
View File

@@ -0,0 +1,2 @@
&soc {
};

10
qcom/kalama-vm-qrd.dts Normal file
View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "kalama-vm.dtsi"
#include "kalama-vm-qrd.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Kalama SVM QRD";
compatible = "qcom,kalama-qrd", "qcom,kalama", "qcom,qrd";
qcom,board-id = <0x1000b 0>;
};

3
qcom/kalama-vm-qrd.dtsi Normal file
View File

@@ -0,0 +1,3 @@
&soc {
};