On Mon, 10 Feb 2025 12:45:36 +0100, Tommaso Merciai wrote: > The CRU block found on the Renesas RZ/G3E ("R9A09G047") SoC has five > interrups: > > - 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> > --- > .../bindings/media/renesas,rzg2l-cru.yaml | 33 ++++++++++++------- > 1 file changed, 22 insertions(+), 11 deletions(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/media/renesas,rzg2l-cru.example.dtb: video@10830000: interrupts: [[0, 167, 4], [0, 168, 4], [0, 169, 4]] is too short from schema $id: http://devicetree.org/schemas/media/renesas,rzg2l-cru.yaml# doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250210114540.524790-5-tommaso.merciai.xr@xxxxxxxxxxxxxx The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.