ARM: dts: msm: Enable SVM on Cape

Enable SVM on Cape

Change-Id: Ic761f92b1ee36b91c4e0dec9a00a19a8d557c261
This commit is contained in:
Auditya Bhattaram
2022-01-21 00:11:23 -08:00
committed by Gerrit - the friendly Code Review server
parent 46e4d45202
commit 40da4d5ecf
8 changed files with 52 additions and 0 deletions

View File

@@ -384,6 +384,14 @@ dtb-$(CONFIG_ARCH_QTI_VM) += waipio-vm-mtp.dtb \
endif
endif
ifeq ($(CONFIG_ARCH_CAPE), y)
ifeq ($(CONFIG_ARCH_QTI_VM), y)
dtb-$(CONFIG_ARCH_QTI_VM) += cape-vm-mtp.dtb \
cape-vm-cdp.dtb \
cape-vm-qrd.dtb
endif
endif
ifeq ($(CONFIG_ARCH_DIWALI), y)
ifeq ($(CONFIG_ARCH_QTI_VM), y)
dtb-$(CONFIG_ARCH_QTI_VM) += \

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

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

1
qcom/cape-vm-cdp.dtsi Normal file
View File

@@ -0,0 +1 @@
#include "waipio-vm-cdp.dtsi"

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

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

1
qcom/cape-vm-mtp.dtsi Normal file
View File

@@ -0,0 +1 @@
#include "waipio-vm-mtp.dtsi"

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

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

1
qcom/cape-vm-qrd.dtsi Normal file
View File

@@ -0,0 +1 @@
#include "waipio-vm-qrd.dtsi"

11
qcom/cape-vm.dtsi Normal file
View File

@@ -0,0 +1,11 @@
#include "waipio-vm.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Cape SVM";
compatible = "qcom,cape";
qcom,msm-id = <530 0x10000>;
};
&tlmm {
compatible = "qcom,cape-vm-pinctrl";
};