Re: [PATCH] drm/bridge: adv7511: make it honour next bridge in DT

2024-04-24 Thread Neil Armstrong
On 09/03/2024 16:33, Dmitry Baryshkov wrote: DT bindings for adv7511 and adv7533 bridges specify HDMI output to be present at the port@1. This allows board DT to add e.g. HDMI connector nodes or any other next chained bridge. Make adv7511 driver discover that bridge and attach it to the chain.

[PATCH] drm/bridge: adv7511: make it honour next bridge in DT

2024-03-09 Thread Dmitry Baryshkov
DT bindings for adv7511 and adv7533 bridges specify HDMI output to be present at the port@1. This allows board DT to add e.g. HDMI connector nodes or any other next chained bridge. Make adv7511 driver discover that bridge and attach it to the chain. Signed-off-by: Dmitry Baryshkov ---