Skip to content

Commit 2addf70

Browse files
committed
fixup! drm/tc358762: Set the pre_enable_upstream_first flag to configure DSI host
1 parent da3e99a commit 2addf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/bridge/tc358762.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ static int tc358762_probe(struct mipi_dsi_device *dsi)
229229
ctx->bridge.funcs = &tc358762_bridge_funcs;
230230
ctx->bridge.type = DRM_MODE_CONNECTOR_DPI;
231231
ctx->bridge.of_node = dev->of_node;
232-
ctx->bridge.pre_enable_upstream_first = true;
232+
ctx->bridge.pre_enable_prev_first = true;
233233

234234
drm_bridge_add(&ctx->bridge);
235235

0 commit comments

Comments
 (0)