commit | 910b01c27c0499ae8f84104a0db745dd3a056c04 | [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 | 874bf6e0e25389a9d43b5844855342595d58648e [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>