Re: [PATCH v2 1/3] backlight: mp3309c: Make use of device properties

2024-02-02 Thread Daniel Thompson
On Thu, Feb 01, 2024 at 05:14:13PM +0200, Andy Shevchenko wrote: > Convert the module to be property provider agnostic and allow > it to be used on non-OF platforms. > > Add mod_devicetable.h include. > > Tested-by: Flavio Suligoi > Signed-off-by: Andy Shevchenko Reviewed-by: Daniel Thompson

[PATCH v2 1/3] backlight: mp3309c: Make use of device properties

2024-02-01 Thread Andy Shevchenko
Convert the module to be property provider agnostic and allow it to be used on non-OF platforms. Add mod_devicetable.h include. Tested-by: Flavio Suligoi Signed-off-by: Andy Shevchenko --- drivers/video/backlight/mp3309c.c | 44 +-- 1 file changed, 18 insertions(+),