Hello, This patch series enables DU support for the M3-W-based Salvator-X board. Display support has no out-of-tree compile or runtime dependencies. HDMI output support has a runtime dependency on - [PATCH] clk: renesas: r8a7796: Add HDMI clock - [PATCH 1/2] drm: rcar-du: Restrict DPLL duty cycle workaround to H3 ES1.x - [PATCH 2/2] drm: rcar-du: Add HDMI outputs to R8A7796 device description The first patch is queued for v4.13, the last two patches will be sent upstream for v4.14. As the HDMI output will be automatically skipped by the DU driver until the dependencies are available, this series can be queued for v4.14 already without requiring any synchronization with the DRM/KMS tree. Laurent Pinchart (7): dt-bindings: display: renesas: Add R-Car M3-W HDMI TX DT bindings arm64: dts: renesas: r8a7796: Add FCPF and FCPV instances arm64: dts: renesas: r8a7796: Add VSP instances arm64: dts: renesas: r8a7796: Add HDMI encoder instance arm64: dts: renesas: r8a7796: Add DU device to DT arm64: dts: renesas: r8a7796-salvator-x: Add DU external dot clocks arm64: dts: renesas: r8a7796-salvator-x: Enable HDMI output .../bindings/display/bridge/renesas,dw-hdmi.txt | 1 + arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts | 29 +++++ arch/arm64/boot/dts/renesas/r8a7796.dtsi | 144 ++++++++++++++++++++- 3 files changed, 173 insertions(+), 1 deletion(-) -- Regards, Laurent Pinchart