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

Commit eeaa69f9 authored by Abinaya P's avatar Abinaya P
Browse files

arm: dts: msm: specify the type of strobe for flash led



Add a device tree parameter to specify if the strobe type for flash
led is software. The strobe type is hardware by default.

Change-Id: I6480b6ae79a07b1f56dfa3d54b45fa061b3ab30a
Signed-off-by: default avatarAbinaya P <abinayap@codeaurora.org>
parent fd18025b
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -834,6 +834,20 @@
			qcom,turn-off-delay-ms = <1000>;
		};
	};

	qcom,leds@d300 {
		pm8941_flash0: qcom,flash_0 {
			qcom,sw_vreg_ok;
		};

		pm8941_flash1: qcom,flash_1 {
			qcom,sw_vreg_ok;
		};

		pm8941_torch: qcom,flash_torch {
			qcom,sw_vreg_ok;
		};
	};
};

&pm8941_chg {