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

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

Merge "ARM: dts: msm: Add initial dts support for bengal QRD devices"

parents ed0b9f69 5576afb9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -175,6 +175,7 @@ compatible = "qcom,lito-cdp"
compatible = "qcom,lito-atp"
compatible = "qcom,lito-qrd"
compatible = "qcom,bengal-rumi"
compatible = "qcom,bengal-qrd"
compatible = "qcom,sdmshrike-rumi"
compatible = "qcom,sdmshrike-mtp"
compatible = "qcom,sdmshrike-cdp"
+5 −2
Original line number Diff line number Diff line
@@ -62,11 +62,14 @@ endif

ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
        dtbo-$(CONFIG_ARCH_BENGAL) += \
                bengal-rumi-overlay.dtbo
                bengal-rumi-overlay.dtbo \
                bengal-qrd-overlay.dtbo

bengal-rumi-overlay.dtbo-base := bengal.dtb
bengal-qrd-overlay.dtbo-base := bengal.dtb
else
dtb-$(CONFIG_ARCH_BENGAL) += bengal-rumi.dtb
dtb-$(CONFIG_ARCH_BENGAL) += bengal-rumi.dtb \
                bengal-qrd.dtb
endif

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

#include "bengal-qrd.dtsi"

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

qcom/bengal-qrd.dts

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

#include "bengal.dtsi"
#include "bengal-qrd.dtsi"

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

qcom/bengal-qrd.dtsi

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