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

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

Merge "ARM: dts: msm: add bluetooth chip device node for sa8155"

parents 9bfb7b8d 7d5af50f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -129,6 +129,10 @@
			linux,can-disable;
		};
	};

	bluetooth: bt_qca6174 {
		status = "ok";
	};
};

&ufsphy_mem {
+8 −0
Original line number Diff line number Diff line
@@ -66,6 +66,14 @@
	/delete-node/ rpmh-regulator-ldof2;
	/delete-node/ rpmh-regulator-ldof5;
	/delete-node/ rpmh-regulator-ldof6;

	bluetooth: bt_qca6174 {
		compatible = "qca,qca6174";
		pinctrl-names = "default";
		pinctrl-0 = <&bt_en_active>;
		qca,bt-reset-gpio = <&tlmm 172 0>; /* BT_EN */
		status = "disabled";
	};
};

/* Add regulator nodes specific to SA8155 */
+13 −0
Original line number Diff line number Diff line
@@ -4174,5 +4174,18 @@
				};
			};
		};

		bt_en_active: bt_en_active {
			mux {
				pins = "gpio172";
				function = "gpio";
			};

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