[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175819197799.813528.5926397518793037522.robh@kernel.org>
Date: Thu, 18 Sep 2025 05:39:38 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: weishangjuan@...incomputing.com
Cc: ningyu@...incomputing.com, prabhakar.mahadev-lad.rj@...renesas.com,
pabeni@...hat.com, rmk+kernel@...linux.org.uk, anthony.l.nguyen@...el.com,
yong.liang.choong@...ux.intel.com, linux-stm32@...md-mailman.stormreply.com,
boon.khai.ng@...era.com, netdev@...r.kernel.org, krzk+dt@...nel.org,
andrew+netdev@...n.ch, vladimir.oltean@....com, inochiama@...il.com,
jszhang@...nel.org, linux-arm-kernel@...ts.infradead.org,
alexandre.torgue@...s.st.com, jan.petrous@....nxp.com,
mcoquelin.stm32@...il.com, linux-kernel@...r.kernel.org,
linmin@...incomputing.com, 0x1207@...il.com, lizhi2@...incomputing.com,
kuba@...nel.org, davem@...emloft.net, edumazet@...gle.com,
devicetree@...r.kernel.org,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>, conor+dt@...nel.org,
pinkesh.vaghela@...fochips.com
Subject: Re: [PATCH v7 1/2] dt-bindings: ethernet: eswin: Document for
EIC7700 SoC
On Thu, 18 Sep 2025 16:59:03 +0800, weishangjuan@...incomputing.com wrote:
> From: Shangjuan Wei <weishangjuan@...incomputing.com>
>
> Add ESWIN EIC7700 Ethernet controller, supporting clock
> configuration, delay adjustment and speed adaptive functions.
>
> Signed-off-by: Zhi Li <lizhi2@...incomputing.com>
> Signed-off-by: Shangjuan Wei <weishangjuan@...incomputing.com>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
> ---
> .../bindings/net/eswin,eic7700-eth.yaml | 127 ++++++++++++++++++
> 1 file changed, 127 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/net/eswin,eic7700-eth.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/net/eswin,eic7700-eth.yaml:127:7: [error] no new line character at the end of file (new-line-at-end-of-file)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250918085903.3228-1-weishangjuan@eswincomputing.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