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

Commit c8fbd8b0 authored by Shimrit Malichi's avatar Shimrit Malichi
Browse files

ARM: dts: msm: enable boot LED for DB410c



Boot LED in DB410c provides a visual notification that the
boot process has started.
Boot LED will be turned-on in bootloader and will be turned-off
when HLOS display takes over.

Change-Id: I78e78e3922451eebcc6819351194cdf0352cf8e0
Signed-off-by: default avatarShimrit Malichi <smalichi@codeaurora.org>
parent d3fb4173
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -240,8 +240,8 @@
		general1 {
			gpios = <&msm_gpio 21 0>;
			label = "led1";
			linux,default-trigger = "none";
			default-state = "off";
			linux,default-trigger = "boot-indication";
			default-state = "on";
			retain-state-suspended;
		};

@@ -793,12 +793,11 @@
			status = "okay";
			qcom,led_gpio_2 {
				label = "gpio";
				linux,name = "boot";
				linux,name = "led4";
				qcom,max-current = <40>;
				qcom,id = <8>;
				linux,default-trigger =
						"boot-indication";
				qcom,default-state = "on";
				linux,default-trigger = "none";
				qcom,default-state = "off";
				qcom,source-sel = <1>;
				qcom,mode-ctrl = <0x10>;
				qcom,vin-ctrl = <0x03>;