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

Commit 0c30b8d2 authored by Lijuan Gao's avatar Lijuan Gao Committed by lijuang
Browse files

ARM: dts: msm: Add initial qrd support for atoll



Add device tree support for atoll on qrd platforms.

Change-Id: Id49128f167b201b473042de37618779481a882b7
Signed-off-by: default avatarLijuan Gao <lijuang@codeaurora.org>
parent ed316bc4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -223,5 +223,6 @@ compatible = "qcom,trinket-idp"
compatible = "qcom,trinket-qrd"
compatible = "qcom,atoll-rumi"
compatible = "qcom,atoll-idp"
compatible = "qcom,atoll-qrd"
compatible = "qcom,qcs610-iot"
compatible = "qcom,qcs410-iot"
+3 −0
Original line number Diff line number Diff line
@@ -247,12 +247,15 @@ endif
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
	dtbo-$(CONFIG_ARCH_ATOLL) += \
		atoll-idp-overlay.dtbo\
		atoll-qrd-overlay.dtbo\
		atoll-rumi-overlay.dtbo

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

+23 −0
Original line number Diff line number Diff line
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

/dts-v1/;
/plugin/;

#include "atoll-qrd.dtsi"

/ {
	model = "QRD";
	compatible = "qcom,atoll-qrd", "qcom,atoll", "qcom,qrd";
	qcom,msm-id = <407 0x0>;
	qcom,board-id = <0x1000B 0>;
};
+22 −0
Original line number Diff line number Diff line
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

/dts-v1/;

#include "atoll.dtsi"
#include "atoll-qrd.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. ATOLL PM6150 QRD";
	compatible = "qcom,atoll-qrd", "qcom,atoll", "qcom,qrd";
	qcom,board-id = <0x1000B 0>;
};
+14 −0
Original line number Diff line number Diff line
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

&soc {
};