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

Commit b969f68e authored by Shilpa Suresh's avatar Shilpa Suresh
Browse files

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



Make appropriate changes in the dtsi files to support
gpio based led flash for 8905 hardware.

Change-Id: I699f45807872d6c763d40573e6ee68591786cb04
Signed-off-by: default avatarShilpa Suresh <sbsure@codeaurora.org>
parent 68c62ad9
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;
			};

		};
	};
};