commit | 914524a0d2568851a70e5fb2f48d4dd9a07b8f74 | [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 | ce399f887aed86774728219c0901b4cdf6e6eb86 [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>