drm/bridge: lt8912b: Add missing drm_bridge_attach call
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Fri, 4 Aug 2023 10:48:13 +0000 (13:48 +0300)
committerRobert Foss <rfoss@kernel.org>
Tue, 5 Sep 2023 14:43:36 +0000 (16:43 +0200)
commitf45acf7acf75921c0409d452f0165f51a19a74fd
tree87c1cd06425d84631a1fbf0456e4e93209e017b6
parent6985c5efc4057bc79137807295d84ada3123d051
drm/bridge: lt8912b: Add missing drm_bridge_attach call

The driver does not call drm_bridge_attach(), which causes the next
bridge to not be added to the bridge chain. This causes the pipeline
init to fail when DRM_BRIDGE_ATTACH_NO_CONNECTOR is used.

Add the call to drm_bridge_attach().

Fixes: 30e2ae943c26 ("drm/bridge: Introduce LT8912B DSI to HDMI bridge")
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Reviewed-by: Robert Foss <rfoss@kernel.org>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230804-lt8912b-v1-4-c542692c6a2f@ideasonboard.com
drivers/gpu/drm/bridge/lontium-lt8912b.c