Re: [PATCH v2 2/2] drm/bridge: sii902x: Set input bus format based on bus-width

2024-10-14 Thread Dmitry Baryshkov
On Mon, Oct 07, 2024 at 10:52:13AM +0200, Wadim Egorov wrote: > Introduce a bus-width property to define the number of parallel RGB > input pins connected to the transmitter. The input bus formats are updated > accordingly. If the property is not specified, default to 24-bit bus-width. > > Signed-

[PATCH v2 2/2] drm/bridge: sii902x: Set input bus format based on bus-width

2024-10-07 Thread Wadim Egorov
Introduce a bus-width property to define the number of parallel RGB input pins connected to the transmitter. The input bus formats are updated accordingly. If the property is not specified, default to 24-bit bus-width. Signed-off-by: Wadim Egorov --- v2: - Use bus-width instead of data-lines as