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

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

ARM: dts: msm: Split sdxpoorwills device trees for pcie-ep



Separate device tree files for sdxpoorwills platform based on PCIe-EP
with 256 and 512 MB RAM configurations.

Change-Id: I8d257eaa6e0262f8e4fda2d77d2118ac4964e536
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent 2e92080e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@ dtb-$(CONFIG_ARCH_SDXPOORWILLS) += sdxpoorwills-rumi.dtb \
	sdxpoorwills-mtp-256.dtb \
	sdxpoorwills-dualwifi-cdp.dtb \
	sdxpoorwills-dualwifi-mtp.dtb \
	sdxpoorwills-pcie-ep-cdp-256.dtb \
	sdxpoorwills-pcie-ep-mtp-256.dtb \
	sdxpoorwills-pcie-ep-cdp.dtb \
	sdxpoorwills-pcie-ep-mtp.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-pcie-ep-cdp-256.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDXPOORWILLS(M) PCIE-EP CDP";
	compatible = "qcom,sdxpoorwills-cdp",
		"qcom,sdxpoorwills", "qcom,cdp";
	qcom,board-id = <1 0x1>;
};
+34 −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-cdp.dtsi"

&vbus_detect {
	status = "okay";
};

&usb {
	status = "okay";
	extcon = <&vbus_detect>;
};

&pcie_ep {
	status = "okay";
};

&pcie0 {
	status = "disabled";
};

&mhi_device {
	status = "okay";
};
+2 −22
Original line number Diff line number Diff line
@@ -12,32 +12,12 @@

/dts-v1/;

#include "sdxpoorwills-cdp.dtsi"
#include "sdxpoorwills-pcie-ep-cdp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDXPOORWILLS PCIE-EP CDP";
	compatible = "qcom,sdxpoorwills-cdp",
		"qcom,sdxpoorwills", "qcom,cdp";
	qcom,board-id = <1 0x1>, <1 0x101>;
	qcom,board-id = <1 0x106>;
};
&vbus_detect {
	status = "okay";
};

&usb {
	status = "okay";
	extcon = <&vbus_detect>;
};

&pcie_ep {
	status = "okay";
};

&pcie0 {
	status = "disabled";
};

&mhi_device {
	status = "okay";
};
+34 −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-cdp.dtsi"

&vbus_detect {
	status = "okay";
};

&usb {
	status = "okay";
	extcon = <&vbus_detect>;
};

&pcie_ep {
	status = "okay";
};

&pcie0 {
	status = "disabled";
};

&mhi_device {
	status = "okay";
};
Loading