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

Commit a4a308b0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 3f40d4b9 33676f53
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
@@ -525,3 +525,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;
};