commit | 8fd6e64c953106ec664732032de4a6d4eb21a7c5 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Fri Jun 23 18:36:42 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 25 12:44:46 2023 -0400 |
tree | 034f98c0abfcb39cb1bb69b63fb01991b9c227e8 | |
parent | 2a8ebad6ef0b6473cae06ce9aee5d53be6786fdc [diff] |
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>