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

Commit 60118b75 authored by Tim Jiang's avatar Tim Jiang Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable QCA6174 bluetooth device for apq8009 Robot-Rome



BT enable is controlled through msm gpio 47. So, add device node for it.

CRs-Fixed: 2054897
Change-Id: I1b21ff72e03d4168a722f87d3c47858a19fb1148
Signed-off-by: default avatarTim Jiang <tjiang@codeaurora.org>
parent 43cc5f8b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -169,6 +169,11 @@
			<79 512 25000 200000>,    /* 200 Mbps */
			<79 512 2048000 4096000>; /* MAX */
	};

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

&external_image_mem {