Message ID | 20250129165122.2980-4-thierry.bultel.yh@bp.renesas.com (mailing list archive) |
---|---|
State | New |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | add initial support for Renesas RZ/T2H SoC | expand |
On 29/01/2025 17:37, Thierry Bultel wrote: > Add the RZ/T2H Evaluation board (r9a9g077m44-dev) in documentation. > > Signed-off-by: Thierry Bultel <thierry.bultel.yh@bp.renesas.com> > --- > Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > index 33f9e37a3d3d..331a007dbe35 100644 > --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > @@ -537,6 +537,8 @@ properties: > > - description: RZ/T2H (R9A09G077) > items: > + - enum: > + - renesas,r9a9g077m44-dev # RZ/T2H Evaluation Board Still not tested and previous commit makes no sense on its own. Best regards, Krzysztof
On Wed, 29 Jan 2025 16:37:39 +0000, Thierry Bultel wrote: > Add the RZ/T2H Evaluation board (r9a9g077m44-dev) in documentation. > > Signed-off-by: Thierry Bultel <thierry.bultel.yh@bp.renesas.com> > --- > Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 2 ++ > 1 file changed, 2 insertions(+) > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: ./Documentation/devicetree/bindings/soc/renesas/renesas.yaml:543:13: [warning] wrong indentation: expected 14 but found 12 (indentation) dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/2040353 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. 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.
diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml index 33f9e37a3d3d..331a007dbe35 100644 --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml @@ -537,6 +537,8 @@ properties: - description: RZ/T2H (R9A09G077) items: + - enum: + - renesas,r9a9g077m44-dev # RZ/T2H Evaluation Board - enum: - renesas,r9a09g077 # RZ/T2H with Quad Cortex-A55 + Dual Cortex-R52 - renesas,r9a09g077m04 # RZ/T2H with Single Cortex-A55 + Dual Cortex-R52 - no security
Add the RZ/T2H Evaluation board (r9a9g077m44-dev) in documentation. Signed-off-by: Thierry Bultel <thierry.bultel.yh@bp.renesas.com> --- Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 2 ++ 1 file changed, 2 insertions(+)