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

Commit 18cfecde authored by Fenglin Wu's avatar Fenglin Wu
Browse files

ARM: dts: Remove led-triggers for RGB LEDs in PMI8998



Currently, RGB LEDs are controlled via led-triggers with fixed events.
Remove these default triggers so that userspace would control these LEDs
for better user experience.

Change-Id: I5f652dd3d0af32cf0f2783b15469d842e228b24a
CRs-Fixed: 2071873
Signed-off-by: default avatarFenglin Wu <fenglinw@codeaurora.org>
parent 1a395d00
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -436,7 +436,6 @@
				qcom,max-current = <12>;
				qcom,default-state = "off";
				linux,name = "red";
				linux,default-trigger = "battery-charging";
			};

			green_led: qcom,rgb_1 {
@@ -448,7 +447,6 @@
				qcom,max-current = <12>;
				qcom,default-state = "off";
				linux,name = "green";
				linux,default-trigger = "battery-full";
			};

			blue_led: qcom,rgb_2 {
@@ -460,7 +458,6 @@
				qcom,max-current = <12>;
				qcom,default-state = "off";
				linux,name = "blue";
				linux,default-trigger = "boot-indication";
			};
		};