On Sun, 12 Jan 2025 09:29:39 -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@xxxxxxx> > > On the i.MX5 chips the peripheral interrupts are represented directly only > by their interrupt numbers. > > Make the CCM nodes to follow this format. > > Signed-off-by: Fabio Estevam <festevam@xxxxxxx> > --- > Documentation/devicetree/bindings/clock/imx5-clock.yaml | 4 +--- > 1 file changed, 1 insertion(+), 3 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/clock/imx5-clock.example.dtb: clock-controller@53fd4000: interrupts: [[71, 72]] is too short from schema $id: http://devicetree.org/schemas/clock/imx5-clock.yaml# doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250112122939.988309-2-festevam@xxxxxxxxx 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.