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

Commit bb1dea3b authored by Florian Vaussard's avatar Florian Vaussard Committed by Benoit Cousson
Browse files

ARM: dts: omap3-overo: Add support for pwm-leds



Convert the on-board LED connected to the TWL4030 (LEDB) to use
pwm-leds.

Signed-off-by: default avatarFlorian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: default avatarBenoit Cousson <benoit.cousson@linaro.org>
parent f95c01df
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -14,12 +14,13 @@
/include/ "omap3.dtsi"

/ {
	leds {
		compatible = "gpio-leds";
	pwmleds {
		compatible = "pwm-leds";

		overo {
			label = "overo:blue:COM";
			gpios = <&twl_gpio 19 0>;
			linux,default-trigger = "mmc0";
			pwms = <&twl_pwmled 1 7812500>;
			max-brightness = <127>;
		};
	};
};