AW: [PATCH v2 4/4] leds: lp50xx: add setting of default intensity from DT

2021-02-05 Thread Sven Schuchmann
Hello Pavel, > > > Signed-off-by: Sven Schuchmann > > Check your email headers, empty To: is strange. > > > diff --git a/drivers/leds/leds-lp50xx.c b/drivers/leds/leds-lp50xx.c > > index 79bc071c31fb..e8aa36c7e963 100644 > > --- a/drivers/leds/leds-lp50xx.c > > +++ b/drivers/leds/leds-lp50xx.c

Re: [PATCH v2 4/4] leds: lp50xx: add setting of default intensity from DT

2021-02-04 Thread Pavel Machek
On Thu 2021-02-04 14:38:03, Sven Schuchmann wrote: > In order to use a multicolor-led together with a trigger > the led needs to have an intensity set to see something. > The trigger changes the brightness of the led but if there > is no intensity we actually see nothing. > > This patch adds the a

[PATCH v2 4/4] leds: lp50xx: add setting of default intensity from DT

2021-02-04 Thread Sven Schuchmann
In order to use a multicolor-led together with a trigger the led needs to have an intensity set to see something. The trigger changes the brightness of the led but if there is no intensity we actually see nothing. This patch adds the ability to set the default intensity of each multi-led node so t