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

Commit e4296c81 authored by Tony Truong's avatar Tony Truong
Browse files

ARM: dts: msm: disable wil6210 node for sm8150-marmot



WiGiG will not be connected to PCIe1 on sm8150-marmot platform.
Therefore, disable wil6210 devicetree node for sm8150-marmot.

Change-Id: I5ff44a76c00f47238766defd0aefb48efda3c0b3
Signed-off-by: default avatarTony Truong <truong@codeaurora.org>
parent a32cdfec
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -17,6 +17,10 @@
	qcom,mdm-link-info = "0307_01.01.00";
};

&wil6210 {
	status = "disabled";
};

&pcie1 {
	dma-coherent;
};