Skip to content

Commit

Permalink
drm: rcar-du: dw-hdmi: Set output port number
Browse files Browse the repository at this point in the history
Report the DT output port number in dw_hdmi_plat_data to connect to the
next bridge in the dw-hdmi driver.

Signed-off-by: Laurent Pinchart <[email protected]>
Tested-by: Kieran Bingham <[email protected]> # On V3U
Reviewed-by: Kieran Bingham <[email protected]>
  • Loading branch information
Laurent Pinchart committed Jul 28, 2021
1 parent e9e0569 commit d0f44e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ static int rcar_hdmi_phy_configure(struct dw_hdmi *hdmi, void *data,
}

static const struct dw_hdmi_plat_data rcar_dw_hdmi_plat_data = {
.output_port = 1,
.mode_valid = rcar_hdmi_mode_valid,
.configure_phy = rcar_hdmi_phy_configure,
};
Expand Down

0 comments on commit d0f44e0

Please sign in to comment.