u-boot/drivers/led
Philippe Reynes 8fd6e64c95 drivers: led: bcm6858: do not use null label to find the top
This driver considers that a node with an empty label is the top.
But the led class has changed, if a label is not provided for a led,
the label is filed with the node name. So we update this driver
to use a wrapper to manage the top led node.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
2023-07-25 12:44:46 -04:00
..
Kconfig arm: bcmbca: replace ARCH_BCM6753 symbols in Kconfig with BCM6855 2022-10-31 08:55:59 -04:00
led_bcm6328.c led: bcm6328: Drop duplicate OF "label" property parsing 2022-04-14 15:39:14 -04:00
led_bcm6358.c led: bcm6358: Drop duplicate OF "label" property parsing 2022-04-14 15:39:15 -04:00
led_bcm6753.c drivers: led: bcm6753: do not use null label to find the top 2023-07-14 15:21:08 -04:00
led_bcm6858.c drivers: led: bcm6858: do not use null label to find the top 2023-07-25 12:44:46 -04:00
led_cortina.c led: cortina: Drop duplicate OF "label" property parsing 2022-04-14 15:39:15 -04:00
led_gpio.c led: gpio: Use NOP uclass driver for top-level node 2022-04-28 09:26:43 -04:00
led_pwm.c led: led_pwm: typo 'iverted' on code comment 2022-11-02 13:58:17 -04:00
led-uclass.c led: Drop led_default_state() 2022-04-28 09:26:44 -04:00
Makefile led: led_pwm: Add a driver for LEDs connected to PWM 2022-04-11 11:39:19 -04:00