On Fri, 21 Feb 2025 16:55:17 +0100, Tommaso Merciai wrote: > The CRU block found on the Renesas RZ/G3E ("R9A09G047") SoC has five > interrupts: > > - image_conv: image_conv irq > - axi_mst_err: AXI master error level irq > - vd_addr_wend: Video data AXI master addr 0 write end irq > - sd_addr_wend: Statistics data AXI master addr 0 write end irq > - vsd_addr_wend: Video statistics data AXI master addr 0 write end irq > > This IP has only one input port 'port@1' similar to the RZ/G2UL CRU. > > Document the CRU block found on the Renesas RZ/G3E ("R9A09G047") SoC. > > Signed-off-by: Tommaso Merciai <tommaso.merciai.xr@xxxxxxxxxxxxxx> > --- > Changes since v1: > - Use oneOf for interrupts and interrupt-names > - Handle interrupts and interrupt names base on soc variants. > > .../bindings/media/renesas,rzg2l-cru.yaml | 65 +++++++++++++++---- > 1 file changed, 54 insertions(+), 11 deletions(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>