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

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

Merge "ARM: dts: msm: add bluetooth node and BT_EN for hastings"

parents e044f0b2 83370392
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -15,3 +15,14 @@
&pm8150a_amoled {
	status = "ok";
};

&vendor {
	bluetooth: bt_qca6390 {
		compatible = "qca,qca6390";
		pinctrl-names = "default";
		pinctrl-0 = <&bt_en_active>;
		qca,bt-reset-gpio = <&tlmm 21 0>; /* BT_EN */
		qca,bt-vdd-ldo-supply = <&pm8150_s6>;
		qca,bt-vdd-ldo-voltage-level = <950000 950000>;
	};
};
+11 −0
Original line number Diff line number Diff line
@@ -15,3 +15,14 @@
&pm8150a_amoled {
	status = "ok";
};

&vendor {
	bluetooth: bt_qca6390 {
		compatible = "qca,qca6390";
		pinctrl-names = "default";
		pinctrl-0 = <&bt_en_active>;
		qca,bt-reset-gpio = <&tlmm 21 0>; /* BT_EN */
		qca,bt-vdd-ldo-supply = <&pm8150_s6>;
		qca,bt-vdd-ldo-voltage-level = <950000 950000>;
	};
};
+12 −0
Original line number Diff line number Diff line
@@ -2222,5 +2222,17 @@
				drive-strength = <2>; /* 2 MA */
			};
		};
		bt_en_active: bt_en_active {
			mux {
			pins = "gpio21";
			function = "gpio";
			};

			config {
			pins = "gpio21";
			drive-strength = <2>;
			bias-pull-up;
			};
		};
	};
};