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

Commit f00061f8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: 8905 Changes to support led gpio flash"

parents a0ce816e b969f68e
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -17,9 +17,18 @@
		qcom,pin-func = <2>;
		label = "SY7807_pins";
		SY7807_default: en_default {
		drive-strength = <2>;
			mux {
				pins = "gpio32";
				function = "gpio";
			};

			configs {
				pins = "gpio32";
				drive-strength = <0x2>;
				bias-pull-down;
			};

		};
	};
};