Re: [PATCH v7 1/2] dt-bindings: ethernet: eswin: Document for EIC7700 SoC
From: "Rob Herring (Arm)" <robh@kernel.org>
Date: 2025-09-18 10:39:39
Also in:
linux-arm-kernel, linux-devicetree, lkml
From: "Rob Herring (Arm)" <robh@kernel.org>
Date: 2025-09-18 10:39:39
Also in:
linux-arm-kernel, linux-devicetree, lkml
On Thu, 18 Sep 2025 16:59:03 +0800, weishangjuan@eswincomputing.com wrote:
From: Shangjuan Wei <redacted> Add ESWIN EIC7700 Ethernet controller, supporting clock configuration, delay adjustment and speed adaptive functions. Signed-off-by: Zhi Li <redacted> Signed-off-by: Shangjuan Wei <redacted> Reviewed-by: Krzysztof Kozlowski <redacted> --- .../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.