525a588db4
This driver supports the PWM driven LEDs. The devices are created from the DT nodes with a compatible property matching "pwm-leds". For each child node a LED is created and its "pwms" phandle's node is used to retrieve the PWM configuration: channel, period and flags. If some of this properties are missing (it is the case for some PWM controllers), then reasonable default values are used. This driver implements the following LED API methods: - led_on - led_off - led_blink - led_set_brightness Signed-off-by: Simon Guinot <simon.guinot@seagate.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.ht16k33 | ||
Kconfig.lp503x | ||
Kconfig.lp3943 | ||
Kconfig.lp5562 | ||
Kconfig.pca9633 | ||
Kconfig.pwm | ||
ht16k33.c | ||
led_context.h | ||
led_handlers.c | ||
led_pwm.c | ||
led_shell.c | ||
lp503x.c | ||
lp3943.c | ||
lp5562.c | ||
pca9633.c |