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

Commit c675900d authored by Fenglin Wu's avatar Fenglin Wu
Browse files

ARM: dts: msm: Add timer default trigger for PMI632 RGB LEDs



Add timer default trigger for RGB LEDs to export delay_on/off parameters
for light HAL to set them accordingly.

Change-Id: I8dfc4aac1309d6e2621a4fcae53dfbdf61501da8
Signed-off-by: default avatarFenglin Wu <fenglinw@codeaurora.org>
parent 00699454
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -436,16 +436,19 @@
				label = "red";
				pwms = <&pmi632_pwm 0 1000000>;
				led-sources = <0>;
				linux,default-trigger = "timer";
			};
			green {
				label = "green";
				pwms = <&pmi632_pwm 1 1000000>;
				led-sources = <1>;
				linux,default-trigger = "timer";
			};
			blue {
				label = "blue";
				pwms = <&pmi632_pwm 2 1000000>;
				led-sources = <2>;
				linux,default-trigger = "timer";
			};
		};