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

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

Merge "ARM: dts: msm: Enable GPIO function of GPIO171"

parents e5e13722 7cde7a3e
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -575,3 +575,20 @@
		};
	};
};

&soc {
	tlmm: pinctrl@3000000 {
		bt_en_active: bt_en_active {
			mux {
				pins = "gpio172", "gpio171";
				function = "gpio";
			};

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