On Tue, Mar 8, 2022 at 1:57 PM Jagan Teki <jagan@xxxxxxxxxxxxxxxxxxxx> wrote: > > This reverts commit c206c7faeb3263a7cc7b4de443a3877cd7a5e74b. > > In order to avoid any probe ordering issues, the I2C based downstream > bridge drivers now register and attach the DSI devices at the probe > instead of doing it on drm_bridge_function.attach(). > > Examples of those commits are: > > commit <6ef7ee48765f> ("drm/bridge: sn65dsi83: Register and attach our > DSI device at probe") > commit <d89078c37b10> ("drm/bridge: lt8912b: Register and attach our DSI > device at probe") > commit <864c49a31d6b> ("drm/bridge: adv7511: Register and attach our DSI > device at probe") > > dw-mipi-dsi has panel or bridge finding code based on previous downstream > bridges, so revert the same and make the panel or bridge funding in host > attach as before. > > Signed-off-by: Jagan Teki <jagan@xxxxxxxxxxxxxxxxxxxx> > --- > Changes for v3, v2: > - none Gentle Ping on this series? Jagan.