]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Revert "drm/bridge: dw-mipi-dsi: Find the possible DSI devices"
authorJagan Teki <jagan@amarulasolutions.com>
Thu, 31 Mar 2022 15:44:59 +0000 (21:14 +0530)
committerRobert Foss <robert.foss@linaro.org>
Thu, 31 Mar 2022 15:52:44 +0000 (17:52 +0200)
commit65af9070cd09a9a5a5306ffc2b39b1674c7e5716
treeb57dc9278ccf2aa4262a5fed4f7317b03ebf0695
parentee2f7c9d878905054e3df5126a9bbaec1923e2ff
Revert "drm/bridge: dw-mipi-dsi: Find the possible DSI devices"

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@amarulasolutions.com>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220331154503.66054-1-jagan@amarulasolutions.com
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c