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

Commit 0bca213d authored by Shimrit Malichi's avatar Shimrit Malichi
Browse files

Revert "ARM: dts: msm: Enable notification LED on liquid8994"



This reverts commit 6a959d1c.

The reverted commit provided a temporary solution for turning on a LED
while the liquid is booting in order to get indication that the device
is “alive”. A LED is turned-on in the LED probe function and tuned-
off after 5 seconds. In the new solution the LED will be
turned-on in bootloader, and will be turned off before the launcher
shows up.

Change-Id: I588197e12e274c38080ecb812926705c25336086
Signed-off-by: default avatarShimrit Malichi <smalichi@codeaurora.org>
parent 09e521ef
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -862,16 +862,6 @@
			};
		};
       };

       qcom,pmi8994@3 {
              qcom,leds@d000 {
                     qcom,rgb_2 {
                            status = "ok";
                            qcom,default-state = "on";
                            qcom,turn-off-delay-ms = <5000>;
                     };
              };
       };
};

&spi_epm {