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

Commit fdb8e73f authored by Mao Li's avatar Mao Li Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: remove the battery trigger for leds



Remove the battery trigger for leds, and let the battery light
to be controlled by Android battery services.

Change-Id: I5344ec5a9c3f3458f7b59371c972a9042cd2876a
Signed-off-by: default avatarMao Li <maol@codeaurora.org>
parent f3406196
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -207,7 +207,7 @@
		red {
			gpios = <&msm_gpio 8 0>;
			label = "red";
			linux,default-trigger = "battery-charging";
			linux,default-trigger = "none";
			default-state = "off";
			retain-state-suspended;
		};
@@ -215,7 +215,7 @@
		green {
			gpios = <&msm_gpio 9 0>;
			label = "green";
			linux,default-trigger = "battery-full";
			linux,default-trigger = "none";
			default-state = "off";
			retain-state-suspended;
		};