[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175621343176.4659.6580069253445672718.robh@kernel.org>
Date: Tue, 26 Aug 2025 08:05:09 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Jack Ping CHNG <jchng@...linear.com>
Cc: davem@...emloft.net, pabeni@...hat.com, conor+dt@...nel.org,
sureshnagaraj@...linear.com, edumazet@...gle.com,
devicetree@...r.kernel.org, andrew+netdev@...n.ch, kuba@...nel.org,
krzk+dt@...nel.org, yzhu@...linear.com, netdev@...r.kernel.org
Subject: Re: [PATCH net-next v2 1/2] dt-bindings: net: mxl: Add MxL LGM
Network Processor SoC
On Tue, 26 Aug 2025 11:10:43 +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 | 73 +++++++++++++++++++
> 1 file changed, 73 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:
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/mxl,lgm-eth.example.dtb: eth (mxl,lgm-eth): interface@1:compatible:0: 'mxl,lgm-mac' was expected
from schema $id: http://devicetree.org/schemas/net/mxl,lgm-eth.yaml#
Documentation/devicetree/bindings/net/mxl,lgm-eth.example.dtb: /example-0/eth/interface@1: failed to match any schema with compatible: ['mxl,eth-mac']
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250826031044.563778-2-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