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

Commit acf4a13c authored by Song Gao's avatar Song Gao Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add bluetooth chip device node for gvm



Currently, bluetooth chip reset function can not be
controlled through BT_EN gpio pin.

Add bluetooth chip device node along with bt-reset-gpio
to make this function workable.

Change-Id: I8cb9a274f4d5991587a299693d00609128742395
Signed-off-by: default avatarSong Gao <songg@codeaurora.org>
parent 463cf733
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -46,6 +46,11 @@
			};
		};
	};

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

&soc {