Message ID | 20250120132135.554391-1-alexander.stein@ew.tq-group.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] drm/bridge: ti-sn65dsi83: Set bridge type | expand |
On Mon, Jan 20, 2025 at 02:21:34PM +0100, Alexander Stein wrote: > This is a DSI to LVDS bridge, so set the bridge type accordingly. > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> > --- > drivers/gpu/drm/bridge/ti-sn65dsi83.c | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
On Mon, 20 Jan 2025 14:21:34 +0100, Alexander Stein wrote: > This is a DSI to LVDS bridge, so set the bridge type accordingly. > > Applied, thanks! [1/2] drm/bridge: ti-sn65dsi83: Set bridge type https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/272f17229e47 [2/2] drm/bridge: nwl-dsi: Set bridge type https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/9b6c03cb96b9 Rob
diff --git a/drivers/gpu/drm/bridge/ti-sn65dsi83.c b/drivers/gpu/drm/bridge/ti-sn65dsi83.c index 336380114eea9..9e9590f645229 100644 --- a/drivers/gpu/drm/bridge/ti-sn65dsi83.c +++ b/drivers/gpu/drm/bridge/ti-sn65dsi83.c @@ -849,6 +849,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);
This is a DSI to LVDS bridge, so set the bridge type accordingly. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> --- drivers/gpu/drm/bridge/ti-sn65dsi83.c | 1 + 1 file changed, 1 insertion(+)