commit | 1ef4fbadbbfc0246eaf7b3e182026ce5e5b0e391 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Thu Jun 29 11:25:23 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 14 15:21:08 2023 -0400 |
tree | 4312840918eb0cd0596d4596b5be997578b3ee41 | |
parent | f311b7428bbfe3f98f4e83a1d73bf9c4e4cb611c [diff] |
drivers: led: bcm6753: 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>