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 commit
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| led-uclass.c | ||
| led_bcm6328.c | ||
| led_bcm6358.c | ||
| led_bcm6753.c | ||
| led_bcm6858.c | ||
| led_cortina.c | ||
| led_gpio.c | ||
| led_pwm.c | ||