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

Commit 33676f53 authored by Fenglin Wu's avatar Fenglin Wu
Browse files

ARM: dts: msm: Remove the led triggers for DTP8996



The RGB leds are controlled in userspace via display HAL,
remove the default triggers to make sure the kernel driver
won't control them to cause the mess.

Change-Id: I495dacab3b6bc14158d480e1779199e6f5747b61
Signed-off-by: default avatarFenglin Wu <fenglinw@codeaurora.org>
parent b245a027
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -577,7 +577,7 @@
			label = "rgb";
			status = "okay";

			qcom,rgb_0 {
			red_led: qcom,rgb_0 {
				label = "rgb";
				qcom,id = <3>;
				qcom,mode = "pwm";
@@ -590,7 +590,7 @@
					"battery-charging";
			};

			qcom,rgb_1 {
			green_led: qcom,rgb_1 {
				label = "rgb";
				qcom,id = <4>;
				qcom,mode = "pwm";
@@ -602,7 +602,7 @@
				linux,default-trigger = "battery-full";
			};

			qcom,rgb_2 {
			blue_led: qcom,rgb_2 {
				label = "rgb";
				qcom,id = <5>;
				qcom,mode = "pwm";
+12 −0
Original line number Diff line number Diff line
@@ -538,3 +538,15 @@
&pmi8994_haptics {
	status = "okay";
};

&red_led {
	/delete-property/ linux,default-trigger;
};

&green_led {
	/delete-property/ linux,default-trigger;
};

&blue_led {
	/delete-property/ linux,default-trigger;
};