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

Commit 9126bff2 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add imem node for sdxlemur"

parents 9cb9ad2f 79b669f7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -98,6 +98,10 @@ dtb-$(CONFIG_ARCH_QTI_VM) += trustedvm.dtb
endif
endif

dtb-$(CONFIG_ARCH_SDXLEMUR) += sdxlemur-rumi.dtb \
	sdxlemur-cdp.dtb \
	sdxlemur-mtp.dtb

always		:= $(dtb-y)
subdir-y	:= $(dts-dirs)
clean-files	:= *.dtb *.dtbo

qcom/sdxlemur-cdp.dts

0 → 100644
+11 −0
Original line number Diff line number Diff line
/dts-v1/;

#include "sdxlemur.dtsi"
#include "sdxlemur-cdp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDXLEMUR CDP";
	compatible = "qcom,sdxlemur-cdp",
		"qcom,sdxlemur", "qcom,cdp";
	qcom,board-id = <0x01 0>;
};

qcom/sdxlemur-cdp.dtsi

0 → 100644
+4 −0
Original line number Diff line number Diff line
&soc {

};

qcom/sdxlemur-mtp.dts

0 → 100644
+11 −0
Original line number Diff line number Diff line
/dts-v1/;

#include "sdxlemur.dtsi"
#include "sdxlemur-mtp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDXLEMUR MTP";
	compatible = "qcom,sdxlemur-mtp",
		"qcom,sdxlemur", "qcom,mtp";
	qcom,board-id = <0x08 0>;
};

qcom/sdxlemur-mtp.dtsi

0 → 100644
+4 −0
Original line number Diff line number Diff line
&soc {

};
Loading