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

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

Merge "ARM: dts: msm: Add device tree files for scuba QRD platform"

parents 42dd2130 c8ce69aa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -193,6 +193,7 @@ compatible = "qcom,bengalp"
compatible = "qcom,bengalp-idp"
compatible = "qcom,scuba-rumi"
compatible = "qcom,scuba-idp"
compatible = "qcom,scuba-qrd"
compatible = "qcom,sdmshrike-rumi"
compatible = "qcom,sdmshrike-mtp"
compatible = "qcom,sdmshrike-cdp"
+5 −2
Original line number Diff line number Diff line
@@ -132,13 +132,16 @@ endif
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
        dtbo-$(CONFIG_ARCH_SCUBA) += \
                scuba-rumi-overlay.dtbo \
                scuba-idp-overlay.dtbo
                scuba-idp-overlay.dtbo \
                scuba-qrd-overlay.dtbo

scuba-rumi-overlay.dtbo-base := scuba.dtb
scuba-idp-overlay.dtbo-base := scuba.dtb
scuba-qrd-overlay.dtbo-base := scuba.dtb
else
dtb-$(CONFIG_ARCH_SCUBA) += scuba-rumi.dtb \
	scuba-idp.dtb
	scuba-idp.dtb \
	scuba-qrd.dtb
endif

always		:= $(dtb-y)
+12 −0
Original line number Diff line number Diff line
/dts-v1/;
/plugin/;

#include <dt-bindings/interrupt-controller/arm-gic.h>
#include "scuba-qrd.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. Scuba QRD";
	compatible = "qcom,scuba-qrd", "qcom,scuba", "qcom,qrd";
	qcom,msm-id = <441 0x10000>;
	qcom,board-id = <0x1000B 0>;
};

qcom/scuba-qrd.dts

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

#include "scuba.dtsi"
#include "scuba-qrd.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. Scuba QRD";
	compatible = "qcom,scuba-qrd", "qcom,scuba", "qcom,qrd";
	qcom,board-id = <0x1000B 0>;
};

qcom/scuba-qrd.dtsi

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