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

Commit e32ee878 authored by zijuhu's avatar zijuhu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable bluetooth for stacked sdxpoorwills



Enable bluetooth UART blsp1_uart2b and configure
bluetooth RFKILL.

CRs-Fixed: 2278327
Change-Id: I088f444472d68ba90082f7d1ec3b2d92b57bd587
Signed-off-by: default avatarzijuhu <zijuhu@codeaurora.org>
parent 040b327f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -20,3 +20,7 @@
		"qcom,sdxpoorwills", "qcom,cdp";
	qcom,board-id = <1 0x0>;
};

&blsp1_uart2b_hs {
	status = "okay";
};
+8 −0
Original line number Diff line number Diff line
@@ -21,3 +21,11 @@
&sdhc_1 {
	cd-gpios = <&tlmm 21 0x1>;
};

&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
@@ -20,3 +20,7 @@
		"qcom,sdxpoorwills", "qcom,mtp";
	qcom,board-id = <8 0x0>;
};

&blsp1_uart2b_hs {
	status = "okay";
};
+8 −0
Original line number Diff line number Diff line
@@ -21,3 +21,11 @@
&sdhc_1 {
	cd-gpios = <&tlmm 21 0x1>;
};

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