On Thu, 05 May 2022 11:50:08 +0200, Sven Schwermer wrote: > From: Sven Schwermer <sven.schwermer@xxxxxxxxxxxxxxxxxxxxxxxxxxx> > > This allows to assign intensity values to the individual sub LEDs > (colors) at driver probe time, i.e. most commonly at kernel boot time. > This is crucial for setting a specific color early in the boot process. > > Signed-off-by: Sven Schwermer <sven.schwermer@xxxxxxxxxxxxxxxxxxxxxxxxxxx> > --- > > Notes: > V1->V2: no changes > V2->V3: > - Use color-intensity mapping instead of simple intensity array > - Add example DTS snippet > > .../bindings/leds/leds-class-multicolor.yaml | 37 +++++++++++++++++++ > 1 file changed, 37 insertions(+) > Acked-by: Rob Herring <robh@xxxxxxxxxx>