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

Commit 6a8291d4 authored by Zijun Hu's avatar Zijun Hu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable bluetooth for MTP sdxpoorwills



Enable bluetooth UART blsp1_uart2b and configure
bluetooth RFKILL.

CRs-Fixed: 2265145
Change-Id: I2fa944d84975248f7527c4c63cc2e3f10623f046
Signed-off-by: default avatarZijun Hu <zijuhu@codeaurora.org>
parent f65c42f2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -28,3 +28,7 @@
&cnss_sdio {
	status = "okay";
};

&blsp1_uart2b_hs {
	status = "okay";
};
+8 −0
Original line number Diff line number Diff line
@@ -36,3 +36,11 @@
	/delete-property/ qcom,devfreq,freq-table;
	/delete-property/ cd-gpios;
};

&soc {
	bluetooth: bt_qca6174 {
		compatible = "qca,qca6174";
		qca,bt-reset-gpio = <&pmxpoorwills_gpios 4 0>; /* BT_EN */
		qca,bt-vdd-pa-supply = <&vreg_wlan>;
	};
};