ARM: dts: msm: Add initial device tree for Shima for QRD

Add initial device tree to support Shima platform on QRD
platforms.

Change-Id: I0f6368a439be22b3ee5868f6644a28a238d5e92f
This commit is contained in:
Lijuan Gao
2020-07-10 14:37:05 +08:00
parent fae1d6be22
commit 93ef474d59
5 changed files with 29 additions and 2 deletions

View File

@@ -201,6 +201,7 @@ compatible = "qcom,lahainap-qrd"
compatible = "qcom,shima-rumi"
compatible = "qcom,shima-idp"
compatible = "qcom,shima-atp"
compatible = "qcom,shima-qrd"
compatible = "qcom,lito-rumi"
compatible = "qcom,lito-mtp"
compatible = "qcom,lito-cdp"

View File

@@ -63,15 +63,18 @@ ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
dtbo-$(CONFIG_ARCH_SHIMA) += \
shima-rumi-overlay.dtbo \
shima-idp-overlay.dtbo \
shima-atp-overlay.dtbo
shima-atp-overlay.dtbo \
shima-qrd-overlay.dtbo
shima-rumi-overlay.dtbo-base := shima.dtb
shima-idp-overlay.dtbo-base := shima.dtb
shima-atp-overlay.dtbo-base := shima.dtb
shima-qrd-overlay.dtbo-base := shima.dtb
else
dtb-$(CONFIG_ARCH_SHIMA) += shima-rumi.dtb \
shima-idp.dtb \
shima-atp.dtb
shima-atp.dtb \
shima-qrd.dtb
endif
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)

View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
#include "shima-qrd.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Shima QRD";
compatible = "qcom,shima-qrd", "qcom,shima", "qcom,qrd";
qcom,msm-id = <450 0x10000>;
qcom,board-id = <0x1000B 0>;
};

10
qcom/shima-qrd.dts Normal file
View File

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

2
qcom/shima-qrd.dtsi Normal file
View File

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