OSDN Git Service

drm/bridge: sn65dsi86: Register and attach our DSI device at probe
authorMaxime Ripard <maxime@cerno.tech>
Mon, 25 Oct 2021 15:15:32 +0000 (17:15 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 27 Oct 2021 20:07:58 +0000 (22:07 +0200)
commitc3b75d4734cb82f7dfd42b0a8243f37bca85bd95
treebab9b9dd7e901dc22e14c6d618e688e0b4b9f072
parent77d2a71b94e3dd2966d8c595fc6443951f1e06f4
drm/bridge: sn65dsi86: Register and attach our DSI device at probe

In order to avoid any probe ordering issue, the best practice is to move
the secondary MIPI-DSI device registration and attachment to the
MIPI-DSI host at probe time. Let's do this.

Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20211025151536.1048186-18-maxime@cerno.tech
drivers/gpu/drm/bridge/ti-sn65dsi86.c