Skip to content

Commit d0f44e0

Browse files
author
Laurent Pinchart
committed
drm: rcar-du: dw-hdmi: Set output port number
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]>
1 parent e9e0569 commit d0f44e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ static int rcar_hdmi_phy_configure(struct dw_hdmi *hdmi, void *data,
7575
}
7676

7777
static const struct dw_hdmi_plat_data rcar_dw_hdmi_plat_data = {
78+
.output_port = 1,
7879
.mode_valid = rcar_hdmi_mode_valid,
7980
.configure_phy = rcar_hdmi_phy_configure,
8081
};

0 commit comments

Comments
 (0)