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

Commit 8c85f453 authored by ansharma's avatar ansharma
Browse files

ARM: dts: msm: Add pinctrl configuration for flash GPIOs on MSMFALCON



Add pinctrl configuration for GPIO40 used for FLASH2_EN on MSMFALCON.

CRs-Fixed: 1070059
Change-Id: Ib24ca5ff149e368298d3303c38677c3012709b97
Signed-off-by: default avataransharma <ansharma@codeaurora.org>
parent 69281944
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -32,5 +32,21 @@
				bias-disable;
			};
		};

		led_enable: led_enable {
			mux {
				pins = "gpio40";
				drive_strength = <16>;
				output-high;
			};
		};

		led_disable: led_disable {
			mux {
				pins = "gpio40";
				drive_strength = <2>;
				output-low;
			};
		};
	};
};