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

Commit a123bb86 authored by Shadab Naseem's avatar Shadab Naseem
Browse files

ARM: dts: msm: Add DT support for sdxpoorwills v2 pcie mtp



Add device tree support for sdxpoorwills v2 pcie ep mtp board.
Also, the support for force warm reboot is being added to
these files.

Change-Id: I43ff308d3eb91c4bf0a04593f25d0a4de636554a
Signed-off-by: default avatarShadab Naseem <snaseem@codeaurora.org>
parent 4b967be4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -18,7 +18,9 @@ dtb-$(CONFIG_ARCH_SDXPOORWILLS) += sdxpoorwills-rumi.dtb \
	sdxpoorwills-v2-dualwifi-cdp.dtb \
	sdxpoorwills-adp.dtb \
	sdxpoorwills-pcie-ep-adp.dtb \
	sdxpoorwills-usb-ep-adp.dtb
	sdxpoorwills-usb-ep-adp.dtb \
	sdxpoorwills-v2-pcie-ep-mtp-256.dtb \
	sdxpoorwills-v2-pcie-ep-mtp.dtb

dtb-$(CONFIG_ARCH_MDM9650) += mdm9650-nand-mtp.dtb \
	mdm9650-ttp.dtb \
+27 −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 "sdxpoorwills-pcie-ep-mtp.dtsi"
#include "sdxpoorwills-v2.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDXPOORWILLS(M) V2 PCIE-EP MTP";
	compatible = "qcom,sdxpoorwills-mtp",
		"qcom,sdxpoorwills", "qcom,mtp";
	qcom,board-id = <8 0x5>;
};

&blsp1_uart2b_hs {
	status = "okay";
};
+27 −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 "sdxpoorwills-pcie-ep-mtp.dtsi"
#include "sdxpoorwills-v2.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDXPOORWILLS V2 PCIE-EP MTP";
	compatible = "qcom,sdxpoorwills-mtp",
		"qcom,sdxpoorwills", "qcom,mtp";
	qcom,board-id = <8 0x105>;
};

&blsp1_uart2b_hs {
	status = "okay";
};