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

Commit be180a49 authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: Add support for SA415M CCARD boards



Bring up changes for the SA415M CCARD board. This
board is based on the TTP board.

Change-Id: Ib64efb1d1e29c66f7eefc615d0aa26aec0134795
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent af1ab41b
Loading
Loading
Loading
Loading
+26 −2
Original line number Diff line number Diff line
@@ -18,9 +18,33 @@
	model = "Qualcomm Technologies, Inc. SA415M CCARD PCIE-EP";
	compatible = "qcom,sdxpoorwills-ccard",
		"qcom,sdxpoorwills", "qcom,ccard";
	qcom,board-id = <25 2>, <25 0x102>;
	qcom,board-id = <25 1>, <25 0x101>;
};

&blsp1_uart2b_hs {
&usb {
	/delete-property/ iommus;
};

&pcie_ep {
	status = "okay";
};

&ipa_hw {
	qcom,use-ipa-in-mhi-mode;
};

&cnss_pcie {
	status = "disabled";
};

&pcie0 {
	status = "disabled";
};

&mhi_device {
	status = "okay";
};

&restart_pshold {
	qcom,force-warm-reboot;
};
+1 −5
Original line number Diff line number Diff line
@@ -18,9 +18,5 @@
	model = "Qualcomm Technologies, Inc. SA415M CCARD USB-EP";
	compatible = "qcom,sdxpoorwills-ccard",
		"qcom,sdxpoorwills", "qcom,ccard";
	qcom,board-id = <25 1>, <25 0x101>;
};

&blsp1_uart2b_hs {
	status = "okay";
	qcom,board-id = <25 2>, <25 0x102>;
};
+39 −1
Original line number Diff line number Diff line
@@ -10,7 +10,11 @@
 * GNU General Public License for more details.
 */

#include "sdxpoorwills-mtp.dtsi"
#include "sdxpoorwills-ttp.dtsi"

&blsp1_uart2b_hs {
	status = "okay";
};

&qcom_seecom {
	status = "okay";
@@ -31,3 +35,37 @@
&mss_mem {
	reg = <0x86400000 0x9300000>;
};

&i2c_4 {
	asm330@6a {
		reg = <0x6b>;
	};
};

&wcd934x_cdc {
	status = "disabled";
};

&wcd9xxx_intc {
	status = "disabled";
};

&wcd_rst_gpio {
	status = "disabled";
};

&snd_934x {
	status = "disabled";
};

&smb138x {
	status = "disabled";
};

&smb138x_vbus {
	status = "disabled";
};

&vreg_wlan {
	gpio = <&tlmm 81 GPIO_ACTIVE_HIGH>;
};