From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> Hi All, This patch series adds DU/DSI clocks and provides support for the MIPI DSI interface on the RZ/V2H(P) SoC. It was originally part of series [0], but has now been split into 4 patches due to dependencies on the clock driver, making it easier to review and merge. [0] https://lore.kernel.org/all/20250430204112.342123-1-prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx/ Note: This patch series applies on top of the following patch series: [1] https://lore.kernel.org/all/20250512182330.238259-1-prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx/ Cheers, Prabhakar Lad Prabhakar (4): clk: renesas: rzv2h-cpg: Add support for DSI clocks clk: renesas: r9a09g057: Add clock and reset entries for DSI and LCDC dt-bindings: display: bridge: renesas,dsi: Add support for RZ/V2H(P) SoC drm: renesas: rz-du: mipi_dsi: Add support for RZ/V2H(P) SoC .../bindings/display/bridge/renesas,dsi.yaml | 116 ++++-- drivers/clk/renesas/r9a09g057-cpg.c | 63 ++++ drivers/clk/renesas/rzv2h-cpg.c | 237 +++++++++++- drivers/clk/renesas/rzv2h-cpg.h | 17 + .../gpu/drm/renesas/rz-du/rzg2l_mipi_dsi.c | 343 ++++++++++++++++++ .../drm/renesas/rz-du/rzg2l_mipi_dsi_regs.h | 34 ++ include/linux/clk/renesas-rzv2h-dsi.h | 211 +++++++++++ 7 files changed, 990 insertions(+), 31 deletions(-) create mode 100644 include/linux/clk/renesas-rzv2h-dsi.h -- 2.49.0