[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <175234721189.1426581.6723570878637323009.robh@kernel.org>
Date: Sat, 12 Jul 2025 14:06:51 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Magnus Damm <damm@...nsource.se>
Cc: linux-kernel@...r.kernel.org, wsa+renesas@...g-engineering.com,
devicetree@...r.kernel.org, geert+renesas@...der.be, p.zabel@...gutronix.de,
krzk@...nel.org, linux-renesas-soc@...r.kernel.org,
sergei.shtylyov@...il.com, conor+dt@...nel.org
Subject: Re: [PATCH v2 1/4] dt-bindings: memory-controllers:
renesas,rpc-if: Add RZ/A1 and RZ/A2 compat strings
On Sat, 12 Jul 2025 15:39:27 +0200, Magnus Damm wrote:
> From: Magnus Damm <damm@...nsource.se>
>
> Add RZ/A1 and RZ/A2 compat strings for the renesas rpc-if device.
>
> Signed-off-by: Magnus Damm <damm@...nsource.se>
> ---
>
> Changes since v1:
> - Moved RZ/A to top of RZ
>
> Applies to next-20250710
>
> Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml | 5 +++++
> 1 file changed, 5 insertions(+)
>
> --- 0001/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml
> +++ work/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml 2025-07-11 04:50:41.505855241 +0900
> @@ -50,6 +50,11 @@ properties:
>
> - items:
> - enum:
> + - renesas,r7s72100-rpc-if # RZ/A1H
> + - renesas,r7s9210-rpc-if # RZ/A2M
> +
> + - items:
> + - enum:
> - renesas,r9a07g043-rpc-if # RZ/G2UL
> - renesas,r9a07g044-rpc-if # RZ/G2{L,LC}
> - renesas,r9a07g054-rpc-if # RZ/V2L
>
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml:53:1: [error] syntax error: found character '\t' that cannot start any token (syntax)
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml: ignoring, error parsing file
./Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml:53:1: found character that cannot start any token
make[2]: *** Deleting file 'Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.example.dts'
Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml:53:1: found character that cannot start any token
make[2]: *** [Documentation/devicetree/bindings/Makefile:26: Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.example.dts] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/builds/robherring/dt-review-ci/linux/Makefile:1525: dt_binding_check] Error 2
make: *** [Makefile:248: __sub-make] Error 2
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/175232756792.19062.3922882730162396395.sendpatchset@1.0.0.127.in-addr.arpa
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.
Powered by blists - more mailing lists