[PATCH v2] led: pwm: Use NOP uclass driver for top-level node

2022-06-23 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier The top level DT node of pwm-leds is not a LED itself, bind NOP uclass driver to it, and bind different LED uclass driver to its subnodes which represent the actual LEDs. This change removes the top-level node from the 'led list' command output and is based on the com

Re: [PATCH v2] led: pwm: Use NOP uclass driver for top-level node

2022-07-08 Thread Tom Rini
On Thu, Jun 23, 2022 at 11:25:29AM +0200, Stefan Herbrechtsmeier wrote: > From: Stefan Herbrechtsmeier > > The top level DT node of pwm-leds is not a LED itself, bind NOP uclass > driver to it, and bind different LED uclass driver to its subnodes which > represent the actual LEDs. This change re