Re: [PATCH] backlight: qcom-wled: Add PMI8950 compatible

2023-03-03 Thread Lee Jones
On Mon, 06 Feb 2023, Luca Weiss wrote: > PMI8950 contains WLED of version 4. Add support for it to the driver. > > Signed-off-by: Luca Weiss > --- > While adding dt-bindings and dts in a previous series I forgot to add the > compatible to the driver. Fix that now. > --- > drivers/video/backligh

Re: [PATCH] backlight: qcom-wled: Add PMI8950 compatible

2023-02-20 Thread Daniel Thompson
On Mon, Feb 06, 2023 at 08:58:30PM +0100, Luca Weiss wrote: > PMI8950 contains WLED of version 4. Add support for it to the driver. > > Signed-off-by: Luca Weiss Reviewed-by: Daniel Thompson > --- > While adding dt-bindings and dts in a previous series I forgot to add the > compatible to the d

[PATCH] backlight: qcom-wled: Add PMI8950 compatible

2023-02-06 Thread Luca Weiss
PMI8950 contains WLED of version 4. Add support for it to the driver. Signed-off-by: Luca Weiss --- While adding dt-bindings and dts in a previous series I forgot to add the compatible to the driver. Fix that now. --- drivers/video/backlight/qcom-wled.c | 1 + 1 file changed, 1 insertion(+) dif