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

Commit 3119fffb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Enable bluetooth for MTP sdxpoorwills"

parents 8f554946 6a8291d4
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>;
	};
};