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

Commit 6b649f5b authored by Tim Jiang's avatar Tim Jiang
Browse files

ARM: dts: msm: Enable QCA9379 bluetooth device for apq8009



Enable blsp1_uart2_hs which provide communication between
QCA9379 BT and HOST.
BT enable is controlled through msm gpio 47. So, add device node for it.

Change-Id: I8d59e96e14167baaaf6310c24500e552d2c1d00c
Signed-off-by: default avatarTim Jiang <tjiang@codeaurora.org>
parent 7984a52b
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -66,6 +66,11 @@
	mdss_mdp: qcom,mdss_mdp@1a00000 {
		status = "disabled";
	};

	bluetooth: bt_qca9379 {
		compatible = "qca,qca9379";
		qca,bt-reset-gpio = <&msm_gpio 47 0>; /* BT_EN */
	};
};

&sdhc_2 {
@@ -133,3 +138,7 @@
&pm8916_bms {
	status = "ok";
};

&blsp1_uart2_hs {
	status = "ok";
};
+9 −0
Original line number Diff line number Diff line
@@ -66,6 +66,11 @@
	mdss_mdp: qcom,mdss_mdp@1a00000 {
		status = "disabled";
	};

	bluetooth: bt_qca9379 {
		compatible = "qca,qca9379";
		qca,bt-reset-gpio = <&msm_gpio 47 0>; /* BT_EN */
	};
};

&sdhc_2 {
@@ -100,3 +105,7 @@
&pm8916_bms {
	status = "ok";
};

&blsp1_uart2_hs {
	status = "ok";
};