Re: [PATCH v6 3/3] led: Add dts property to specify blinking of the led

2024-07-20 Thread Simon Glass
On Fri, 19 Jul 2024 at 10:12, Mikhail Kshevetskiy wrote: > > From: Michael Polyntsov > > The standard property > > linux,default-trigger = "pattern"; > > used to get an effect. No blinking parameters can be set yet. > > Signed-off-by: Michael Polyntsov > Signed-off-by: Mikhail Kshevetskiy >

[PATCH v6 3/3] led: Add dts property to specify blinking of the led

2024-07-19 Thread Mikhail Kshevetskiy
From: Michael Polyntsov The standard property linux,default-trigger = "pattern"; used to get an effect. No blinking parameters can be set yet. Signed-off-by: Michael Polyntsov Signed-off-by: Mikhail Kshevetskiy --- drivers/led/led-uclass.c | 30 +- 1 file cha