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

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

Merge "ARM: dts: msm: Update SD detect gpio number in pinctrl file"

parents 7527af15 d95bb2b1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -121,12 +121,12 @@

		sdc2_cd_on: cd_on {
			mux {
				pins = "gpio69";
				pins = "gpio88";
				function = "gpio";
			};

			config {
				pins = "gpio69";
				pins = "gpio88";
				drive-strength = <2>;
				bias-pull-up;
			};
@@ -134,12 +134,12 @@

		sdc2_cd_off: cd_off {
			mux {
				pins = "gpio69";
				pins = "gpio88";
				function = "gpio";
			};

			config {
				pins = "gpio69";
				pins = "gpio88";
				drive-strength = <2>;
				bias-disable;
			};