Re: [PATCH v5 1/2] dt-bindings: usb: Add ESWIN EIC7700 USB controller
From: Rob Herring (Arm)
Date: Tue Nov 04 2025 - 03:33:44 EST
On Tue, 04 Nov 2025 14:52:02 +0800, caohang@xxxxxxxxxxxxxxxxxx wrote:
> From: Hang Cao <caohang@xxxxxxxxxxxxxxxxxx>
>
> Add Device Tree binding documentation for the ESWIN EIC7700
> usb controller module.
>
> Signed-off-by: Senchuan Zhang <zhangsenchuan@xxxxxxxxxxxxxxxxxx>
> Signed-off-by: Hang Cao <caohang@xxxxxxxxxxxxxxxxxx>
> ---
> .../bindings/usb/eswin,eic7700-usb.yaml | 94 +++++++++++++++++++
> 1 file changed, 94 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/usb/eswin,eic7700-usb.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/eswin,eic7700-eth.example.dtb: ethernet@50400000 (eswin,eic7700-qos-eth): eswin,hsp-sp-csr: [[4294967295, 256], [264, 280]] is too short
from schema $id: http://devicetree.org/schemas/net/eswin,eic7700-eth.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20251104065202.1496-1-caohang@xxxxxxxxxxxxxxxxxx
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.