Re: [PATCH v4 0/2] led: add function naming option from linux

2025-02-07 Thread Tom Rini
On Tue, 28 Jan 2025 14:52:44 +0100, Heiko Schocher wrote: > in linux we have the option to create the name of a led > optionally through the following properties: > > - function > - color > - function-enumerator > > [...] Applied to u-boot/master, thanks! -- Tom

[PATCH v4 0/2] led: add function naming option from linux

2025-01-28 Thread Heiko Schocher
in linux we have the option to create the name of a led optionally through the following properties: - function - color - function-enumerator This series adds support for parsing this properties if there is no label property. patch 1 is new in this series since v4, which deletes the file doc/dev