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

Commit cce2bb3a authored by Sanjay Dwivedi's avatar Sanjay Dwivedi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Initial dts for sdxprairie mtp dsda platform



Add the initial DT file for sdxprairie mtp dsda platform.

Change-Id: I20ce8237e87d825b4abb7e7627f80861baf9dd22
Signed-off-by: default avatarSanjay Dwivedi <sanjaykd@codeaurora.org>
parent 6836173e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -258,7 +258,8 @@ dtb-$(CONFIG_ARCH_SDXPRAIRIE) += sdxprairie-rumi.dtb \
	sdxprairie-pcie-ep-mtp.dtb \
	sdxprairie-cdp-256.dtb \
	sdxprairie-mtp-256.dtb \
	sdxprairie-mtp-aqc.dtb
	sdxprairie-mtp-aqc.dtb \
	sdxprairie-dsda-mtp.dtb

ifeq ($(CONFIG_ARM64),y)
always		:= $(dtb-y)
+56 −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 "sdxprairie.dtsi"
#include "sdxprairie-mtp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDXPRAIRIE MTP(DSDA)";
	compatible = "qcom,sdxprairie-mtp",
		"qcom,sdxprairie", "qcom,mtp";
	qcom,board-id = <8 8>, <8 0x108>;
};

/* delete pm8150b nodes */
&soc {
	/delete-node/ thermal-zones;
};

&usb {
	extcon = <&vbus_detect>;
};

&spmi_bus {
	/delete-node/ qpnp,fg;
	/delete-node/ bcl@1d00;
	/delete-node/ qcom,usb-pdphy@1700;
	/delete-node/ qcom,qpnp-smb5;
	/delete-node/ adc_tm@3500;
	/delete-node/ vadc@3100;
	/delete-node/ qcom,pm8150b@2;
	/delete-node/ qcom,pm8150b@3;
};

&qnand_1 {
	status = "ok";
};

&blsp1_uart2b_hs {
	status = "okay";
};

&vbus_detect {
	status = "okay";
};