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: Florian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
This commit is contained in:
Florian Vaussard 2013-01-23 18:56:51 +01:00 коммит произвёл Benoit Cousson
Родитель f95c01df31
Коммит bb1dea3bd4
1 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -14,12 +14,13 @@
/include/ "omap3.dtsi" /include/ "omap3.dtsi"
/ { / {
leds { pwmleds {
compatible = "gpio-leds"; compatible = "pwm-leds";
overo { overo {
label = "overo:blue:COM"; label = "overo:blue:COM";
gpios = <&twl_gpio 19 0>; pwms = <&twl_pwmled 1 7812500>;
linux,default-trigger = "mmc0"; max-brightness = <127>;
}; };
}; };
}; };