]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: led: bcm6858: do not use null label to find the top
authorPhilippe Reynes <philippe.reynes@softathome.com>
Fri, 23 Jun 2023 16:36:42 +0000 (18:36 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 25 Jul 2023 16:44:46 +0000 (12:44 -0400)
commit8fd6e64c953106ec664732032de4a6d4eb21a7c5
tree034f98c0abfcb39cb1bb69b63fb01991b9c227e8
parent2a8ebad6ef0b6473cae06ce9aee5d53be6786fdc
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>
drivers/led/led_bcm6858.c