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

Commit ee8648d5 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Enable bt_en_sleep for kona"

parents 39442d90 8b602b24
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;
			};
		};