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

Commit ce254fb6 authored by Jeevan Shriram's avatar Jeevan Shriram Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add devicetree files for sdxpoorwills ATP



Add device tree files for detection of ATP platform for sdxpoorwills
target.

Change-Id: Id6d8766db68efed575d17e38d9d15d78818a9b0d
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent 8db2427a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -374,6 +374,7 @@ compatible = "qcom,mdm9650-ttp"
compatible = "qcom,apq8009-cdp"
compatible = "qcom,apq8009-mtp"
compatible = "qcom,sdxpoorwills-rumi"
compatible = "qcom,sdxpoorwills-atp"
compatible = "qcom,sdxpoorwills-mtp"
compatible = "qcom,sdxpoorwills-cdp"
compatible = "qcom,mdm9607-ttp"
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
dtb-$(CONFIG_ARCH_SDXPOORWILLS) += sdxpoorwills-rumi.dtb \
	sdxpoorwills-cdp.dtb \
	sdxpoorwills-mtp.dtb \
	sdxpoorwills-atp.dtb \
	sdxpoorwills-cdp-256.dtb \
	sdxpoorwills-mtp-256.dtb \
	sdxpoorwills-dualwifi-cdp.dtb \
+22 −0
Original line number Diff line number Diff line
/* Copyright (c) 2018, 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-atp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDXPOORWILLS ATP";
	compatible = "qcom,sdxpoorwills-atp",
		"qcom,sdxpoorwills", "qcom,atp";
	qcom,board-id = <33 0x0>, <33 0x100>;
};
+25 −0
Original line number Diff line number Diff line
/* Copyright (c) 2018, 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.
 */

#include "sdxpoorwills.dtsi"
#include "sdxpoorwills-pinctrl.dtsi"
#include "sdxpoorwills-mtp-audio-overlay.dtsi"

&serial_uart {
	pinctrl-names = "default";
	pinctrl-0 = <&uart3_console_active>;
	status = "ok";
};

&qnand_1 {
	status = "ok";
};