Re: [PATCH] led: Do not overwrite label

2023-11-14 Thread Christian Gmeiner
ping Am Mo., 23. Okt. 2023 um 10:26 Uhr schrieb Marek Vasut : > > On 10/23/23 10:21, Christian Gmeiner wrote: > > label might have been set by a non device-tree based U-Boot driver already. > > > > In my concrete case there is a PCI driver that uses device_bind_driver(..) > > for different class t

Re: [PATCH] led: Do not overwrite label

2023-10-23 Thread Marek Vasut
On 10/23/23 10:21, Christian Gmeiner wrote: label might have been set by a non device-tree based U-Boot driver already. In my concrete case there is a PCI driver that uses device_bind_driver(..) for different class types. The UCLASS_LED specific driver sets label in its bind function. Without t

[PATCH] led: Do not overwrite label

2023-10-23 Thread Christian Gmeiner
label might have been set by a non device-tree based U-Boot driver already. In my concrete case there is a PCI driver that uses device_bind_driver(..) for different class types. The UCLASS_LED specific driver sets label in its bind function. Without this change the LEDs exposed by the PCI device