Skip to content

Commit

Permalink
drm/bridge: tc358775: Enable pre_enable_prev_first flag
Browse files Browse the repository at this point in the history
Set pre_enable_prev_first to ensure the previous bridge is enabled
first.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Michael Walle <mwalle@kernel.org>
Tested-by: Michael Walle <mwalle@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Reviewed-by: Robert Foss <rfoss@kernel.org>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240225062008.33191-9-tony@atomide.com
  • Loading branch information
Tony Lindgren authored and Robert Foss committed Apr 23, 2024
1 parent a4ed72e commit e2ee8e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/bridge/tc358775.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@ static int tc_probe(struct i2c_client *client)

tc->bridge.funcs = &tc_bridge_funcs;
tc->bridge.of_node = dev->of_node;
tc->bridge.pre_enable_prev_first = true;
drm_bridge_add(&tc->bridge);

i2c_set_clientdata(client, tc);
Expand Down

0 comments on commit e2ee8e8

Please sign in to comment.