[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175586751398.3283621.10950421213702804757.robh@kernel.org>
Date: Fri, 22 Aug 2025 07:58:58 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Jack Ping CHNG <jchng@...linear.com>
Cc: krzk+dt@...nel.org, andrew+netdev@...n.ch, pabeni@...hat.com,
devicetree@...r.kernel.org, netdev@...r.kernel.org, kuba@...nel.org,
davem@...emloft.net, conor+dt@...nel.org, sureshnagaraj@...linear.com,
edumazet@...gle.com, yzhu@...linear.com
Subject: Re: [PATCH net-next 2/2] dt-bindings: net: mxl: Add MxL LGM
Network Processor SoC
On Fri, 22 Aug 2025 17:08:09 +0800, Jack Ping CHNG wrote:
> Introduce device-tree binding documentation for
> MaxLinear LGM Network Processor
>
> Signed-off-by: Jack Ping CHNG <jchng@...linear.com>
> ---
> .../devicetree/bindings/net/mxl,lgm-eth.yaml | 59 +++++++++++++++++++
> 1 file changed, 59 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/net/mxl,lgm-eth.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/net/mxl,lgm-eth.yaml:5:10: [error] string value is redundantly quoted with any quotes (quoted-strings)
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/mxl,lgm-eth.yaml: patternProperties: '^interface$' should not be valid under {'pattern': '^\\^[a-zA-Z0-9,\\-._#@]+\\$$'}
hint: Fixed strings belong in 'properties', not 'patternProperties'
from schema $id: http://devicetree.org/meta-schemas/keywords.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250822090809.1464232-3-jchng@maxlinear.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