RE: [PATCH 4/7] drm: adv7511: Add supply_names and num_supplies variables to struct adv7511_chip_info

2023-08-29 Thread Biju Das
Hi Laurent, Thanks for the feedback. > Subject: Re: [PATCH 4/7] drm: adv7511: Add supply_names and num_supplies > variables to struct adv7511_chip_info > > Hi Biju, > > Thank you for the patch. > > On Sun, Aug 13, 2023 at 07:05:09PM +0100, Biju Das wrote: > > Th

Re: [PATCH 4/7] drm: adv7511: Add supply_names and num_supplies variables to struct adv7511_chip_info

2023-08-29 Thread Laurent Pinchart
Hi Biju, Thank you for the patch. On Sun, Aug 13, 2023 at 07:05:09PM +0100, Biju Das wrote: > The ADV7511 has 5 power supplies compared to 7 that of ADV75{33,35}. Add > supply_names and num_supplies variables to struct adv7511_chip_info to > handle this difference. > > Signed-off-by: Biju Das