“75a44ce00b312f57264f42a0a985d17cd9994b98”上不存在“drivers/acpi/acpica/rsutils.c”
提交 bb1dea3b 编写于 作者: F Florian Vaussard 提交者: Benoit Cousson

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: NFlorian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: NBenoit Cousson <benoit.cousson@linaro.org>
上级 f95c01df
...@@ -14,12 +14,13 @@ ...@@ -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>;
}; };
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册