From: Alexander Stein Date: Mon, 20 Jan 2025 13:21:34 +0000 (+0100) Subject: drm/bridge: ti-sn65dsi83: Set bridge type X-Git-Tag: v6.15-rc1~120^2~19^2~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=272f17229e470af263823013792994fccf430fc7;p=thirdparty%2Flinux.git drm/bridge: ti-sn65dsi83: Set bridge type This is a DSI to LVDS bridge, so set the bridge type accordingly. Signed-off-by: Alexander Stein Reviewed-by: Dmitry Baryshkov Signed-off-by: Robert Foss Link: https://patchwork.freedesktop.org/patch/msgid/20250120132135.554391-1-alexander.stein@ew.tq-group.com --- diff --git a/drivers/gpu/drm/bridge/ti-sn65dsi83.c b/drivers/gpu/drm/bridge/ti-sn65dsi83.c index 8da9eb3832dd1..a2c723f435ec8 100644 --- a/drivers/gpu/drm/bridge/ti-sn65dsi83.c +++ b/drivers/gpu/drm/bridge/ti-sn65dsi83.c @@ -990,6 +990,7 @@ static int sn65dsi83_probe(struct i2c_client *client) ctx->bridge.funcs = &sn65dsi83_funcs; ctx->bridge.of_node = dev->of_node; ctx->bridge.pre_enable_prev_first = true; + ctx->bridge.type = DRM_MODE_CONNECTOR_LVDS; drm_bridge_add(&ctx->bridge); ret = sn65dsi83_host_attach(ctx);