The comment describing the DU output routing was outdated, listing only DPAD0 and DSI0 as possible outputs. Since LVDS0 and LVDS1 are also valid outputs supported by the driver, update the comment to reflect the full set of possible outputs.
No functional change. Signed-off-by: Tommaso Merciai <[email protected]> --- drivers/gpu/drm/renesas/rz-du/rzg2l_du_drv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/renesas/rz-du/rzg2l_du_drv.h b/drivers/gpu/drm/renesas/rz-du/rzg2l_du_drv.h index 649cd9b70223..dc1e5c4cbeb9 100644 --- a/drivers/gpu/drm/renesas/rz-du/rzg2l_du_drv.h +++ b/drivers/gpu/drm/renesas/rz-du/rzg2l_du_drv.h @@ -37,9 +37,9 @@ enum rzg2l_du_output { * @port: device tree port number corresponding to this output route * @ep: device tree endpoint id corresponding to this output route * - * The DU has 2 possible outputs (DPAD0, DSI0). Output routing data - * specify the valid SoC outputs, which CRTC can drive the output, and the type - * of in-SoC encoder for the output. + * The DU has multiple possible outputs (DSI0, DPAD0, LVDS0, LVDS1). + * Output routing data specify the valid SoC outputs, which CRTC can drive + * the output, and the type of in-SoC encoder for the output. */ struct rzg2l_du_output_routing { unsigned int possible_outputs; -- 2.54.0
