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

Commit 8b602b24 authored by Mahesh Kumar Sharma's avatar Mahesh Kumar Sharma Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable bt_en_sleep for kona



Pull down BT_EN by default when BT node gets probed.

Change-Id: I75247d6b449c1482cc635364cd4054aec5b62d31
Signed-off-by: default avatarMahesh kumar sharma <smahesh@codeaurora.org>
parent 9af99ae9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@
	bluetooth: bt_qca6390 {
		compatible = "qca,qca6390";
		pinctrl-names = "default";
		pinctrl-0 = <&bt_en_active>;
		pinctrl-0 = <&bt_en_sleep>;
		qca,bt-reset-gpio = <&tlmm 21 0>; /* BT_EN */
		qca,bt-vdd-aon-supply = <&pm8150_s6>;
		qca,bt-vdd-dig-supply = <&pm8009_s2>;
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@
	bluetooth: bt_qca6390 {
		compatible = "qca,qca6390";
		pinctrl-names = "default";
		pinctrl-0 = <&bt_en_active>;
		pinctrl-0 = <&bt_en_sleep>;
		qca,bt-reset-gpio = <&tlmm 21 0>; /* BT_EN */
		qca,bt-vdd-aon-supply = <&pm8150_s6>;
		qca,bt-vdd-dig-supply = <&pm8009_s2>;
+3 −2
Original line number Diff line number Diff line
@@ -2479,7 +2479,7 @@
			};
		};

		bt_en_active: bt_en_active {
		bt_en_sleep: bt_en_sleep {
			mux {
			pins = "gpio21";
			function = "gpio";
@@ -2488,7 +2488,8 @@
			config {
			pins = "gpio21";
			drive-strength = <2>;
			bias-pull-up;
			output-low;
			bias-pull-down;
			};
		};