u-boot/drivers/led
Paul HENRYS 877de2a369 drivers: led: bcm6858: Set a default brightness when probing LEDs
When probing the LEDs, a default brightness is set based on settings
from the U-Boot device tree, i.e. the 'default-brightness' property
of the LED nodes. If that property is not present, the default
maximum brightness is set.
This should make sure the LED controller's registers affecting the
brightness are correctly initialized and should give a consistent
behaviour.

Signed-off-by: Paul HENRYS <paul.henrys_ext@softathome.com>
2022-04-11 11:39:19 -04:00
..
Kconfig led: led_pwm: Add a driver for LEDs connected to PWM 2022-04-11 11:39:19 -04:00
led-uclass.c dm: define LOG_CATEGORY for all uclass 2021-07-06 10:38:03 -06:00
led_bcm6328.c dm: treewide: Rename 'platdata' variables to just 'plat' 2020-12-13 16:51:08 -07:00
led_bcm6358.c dm: treewide: Rename 'platdata' variables to just 'plat' 2020-12-13 16:51:08 -07:00
led_bcm6753.c drivers: led: led_bcm6753: initial support 2022-03-07 11:36:12 -05:00
led_bcm6858.c drivers: led: bcm6858: Set a default brightness when probing LEDs 2022-04-11 11:39:19 -04:00
led_cortina.c dm: treewide: Rename ..._platdata variables to just ..._plat 2020-12-13 16:51:09 -07:00
led_gpio.c dm: treewide: Rename 'platdata' variables to just 'plat' 2020-12-13 16:51:08 -07:00
led_pwm.c led: led_pwm: Add a driver for LEDs connected to PWM 2022-04-11 11:39:19 -04:00
Makefile led: led_pwm: Add a driver for LEDs connected to PWM 2022-04-11 11:39:19 -04:00