Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93ef474d authored by Lijuan Gao's avatar Lijuan Gao
Browse files

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
parent fae1d6be
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"
+5 −2
Original line number Diff line number Diff line
@@ -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)
+11 −0
Original line number Diff line number Diff line
/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>;
};

qcom/shima-qrd.dts

0 → 100644
+10 −0
Original line number Diff line number Diff line
/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>;
};

qcom/shima-qrd.dtsi

0 → 100644
+2 −0
Original line number Diff line number Diff line
&soc {
};