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

Commit 6cee5368 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 sdxpoorwills variants"

parents 381c64f9 3b15377e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -22,3 +22,7 @@
		"qcom,sdxpoorwills", "qcom,cdp";
	qcom,board-id = <1 0x102>;
};

&blsp1_uart2b_hs {
	status = "okay";
};
+8 −0
Original line number Diff line number Diff line
@@ -141,3 +141,11 @@
	extcon = <&smb1381_charger>;
	vbus_dwc3-supply = <&smb138x_vbus>;
};

&soc {
	bluetooth: bt_qca6174 {
		compatible = "qca,qca6174";
		qca,bt-reset-gpio = <&pmxpoorwills_gpios 4 0>; /* BT_EN */
		qca,bt-vdd-pa-supply = <&vreg_wlan>;
	};
};
+0 −8
Original line number Diff line number Diff line
@@ -36,11 +36,3 @@
	/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>;
	};
};
+0 −8
Original line number Diff line number Diff line
@@ -36,11 +36,3 @@
	/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>;
	};
};
+4 −0
Original line number Diff line number Diff line
@@ -24,3 +24,7 @@
&qcom_seecom {
	status = "okay";
};

&blsp1_uart2b_hs {
	status = "okay";
};
Loading