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

Commit 9cdda296 authored by jiad's avatar jiad
Browse files

ARM: dts: msm: Enable dual wifi support on sdxpoorwills



WLAN SDIO interface is by default disabled. Need to enable it on
dual-wifi platform for dual-wifi enablement.

Change-Id: Iacc24ebbde28f1f4650f93565114c749c263b9df
CRs-Fixed: 2206112b
Signed-off-by: default avatarjiad <jiad@codeaurora.org>
parent fce0dd25
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -20,3 +20,11 @@
		"qcom,sdxpoorwills", "qcom,cdp";
	qcom,board-id = <1 0x105>;
};

&cnss_pcie {
	qcom,is-dual-wifi-enabled;
};

&cnss_sdio {
	status = "okay";
};
+8 −0
Original line number Diff line number Diff line
@@ -20,3 +20,11 @@
		"qcom,sdxpoorwills", "qcom,mtp";
	qcom,board-id = <8 0x104>;
};

&cnss_pcie {
	qcom,is-dual-wifi-enabled;
};

&cnss_sdio {
	status = "okay";
};