[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <173807880529.3533023.16090537630413289579.robh@kernel.org>
Date: Tue, 28 Jan 2025 09:40:05 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Swathi K S <swathi.ks@...sung.com>
Cc: kuba@...nel.org, conor+dt@...nel.org, alexandre.torgue@...s.st.com,
linux-samsung-soc@...r.kernel.org, mcoquelin.stm32@...il.com,
linux-arm-kernel@...ts.infradead.org, pankaj.dubey@...sung.com,
edumazet@...gle.com, peppe.cavallaro@...com, devicetree@...r.kernel.org,
jayati.sahu@...sung.com, rcsekar@...sung.com, andrew@...n.ch,
pabeni@...hat.com, gost.dev@...sung.com, joabreu@...opsys.com,
richardcochran@...il.com, ravi.patel@...sung.com,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org, ssiddha@...la.com,
alim.akhtar@...sung.com, linux-stm32@...md-mailman.stormreply.com,
davem@...emloft.net, linux-fsd@...la.com, krzk@...nel.org
Subject: Re: [PATCH v5 1/4] dt-bindings: net: Add FSD EQoS device tree
bindings
On Tue, 28 Jan 2025 15:55:55 +0530, Swathi K S wrote:
> Add FSD Ethernet compatible in Synopsys dt-bindings document. Add FSD
> Ethernet YAML schema to enable the DT validation.
>
> Signed-off-by: Pankaj Dubey <pankaj.dubey@...sung.com>
> Signed-off-by: Ravi Patel <ravi.patel@...sung.com>
> Signed-off-by: Swathi K S <swathi.ks@...sung.com>
> ---
> .../devicetree/bindings/net/snps,dwmac.yaml | 5 +-
> .../bindings/net/tesla,fsd-ethqos.yaml | 91 +++++++++++++++++++
> 2 files changed, 94 insertions(+), 2 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/net/tesla,fsd-ethqos.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/net/tesla,fsd-ethqos.yaml:41:6: [warning] wrong indentation: expected 6 but found 5 (indentation)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250128102558.22459-2-swathi.ks@samsung.com
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