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

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

ARM: dts: msm: bringup bluetooth for sdxpoorwills



enable BT UART blsp1_uart2b and configure BT RFKILL

CRs-Fixed: 2254144
Change-Id: I44286fb5a911216269245931e1d1246efba18e8d
Signed-off-by: default avatarZijun Hu <zijuhu@codeaurora.org>
parent 53de1644
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>;
	};
};