[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175827563611.434564.16492543952928423652.robh@kernel.org>
Date: Fri, 19 Sep 2025 04:53:56 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Robert Marko <robert.marko@...tura.hr>
Cc: devicetree@...r.kernel.org, conor+dt@...nel.org, krzk+dt@...nel.org,
lars.povlsen@...rochip.com, daniel.machon@...rochip.com,
benjamin.ryzman@...onical.com, linux-kernel@...r.kernel.org,
steen.hegelund@...rochip.com, p.zabel@...gutronix.de,
luka.perkov@...tura.hr
Subject: Re: [PATCH v2 1/2] dt-bindings: reset: microchip: Add LAN969x
support
On Fri, 19 Sep 2025 10:28:38 +0200, Robert Marko wrote:
> LAN969x also uses the Microchip reset driver, it reuses the LAN966x
> support so use a fallback compatible.
>
> Signed-off-by: Robert Marko <robert.marko@...tura.hr>
> ---
> Changes in v2:
> * Use a fallback compatible
>
> .../devicetree/bindings/reset/microchip,rst.yaml | 11 ++++++++---
> 1 file changed, 8 insertions(+), 3 deletions(-)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/reset/microchip,rst.yaml:25:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
./Documentation/devicetree/bindings/reset/microchip,rst.yaml:28:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
./Documentation/devicetree/bindings/reset/microchip,rst.yaml:29:11: [warning] wrong indentation: expected 12 but found 10 (indentation)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250919082919.19864-1-robert.marko@sartura.hr
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