[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <174321222112.2172775.16689010014876150131.robh@kernel.org>
Date: Fri, 28 Mar 2025 20:37:02 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Lukasz Majewski <lukma@...x.de>
Cc: davem@...emloft.net, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Richard Cochran <richardcochran@...il.com>, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, imx@...ts.linux.dev, netdev@...r.kernel.org,
Jakub Kicinski <kuba@...nel.org>, Shawn Guo <shawnguo@...nel.org>,
Paolo Abeni <pabeni@...hat.com>, Fabio Estevam <festevam@...il.com>,
Eric Dumazet <edumazet@...gle.com>, linux-arm-kernel@...ts.infradead.org,
Andrew Lunn <andrew+netdev@...n.ch>, Sascha Hauer <s.hauer@...gutronix.de>,
Conor Dooley <conor+dt@...nel.org>,
Pengutronix Kernel Team <kernel@...gutronix.de>
Subject: Re: [PATCH v2 1/4] dt-bindings: net: Add MTIP L2 switch
description
On Fri, 28 Mar 2025 14:35:41 +0100, Lukasz Majewski wrote:
> This patch provides description of the MTIP L2 switch available in some
> NXP's SOCs - e.g. imx287.
>
> Signed-off-by: Lukasz Majewski <lukma@...x.de>
> ---
> Changes for v2:
> - Rename the file to match exactly the compatible
> (nxp,imx287-mtip-switch)
> ---
> .../bindings/net/nxp,imx287-mtip-switch.yaml | 165 ++++++++++++++++++
> 1 file changed, 165 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/net/nxp,imx287-mtip-switch.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/net/nxp,imx287-mtip-switch.example.dtb: /example-0/switch@...f0000: failed to match any schema with compatible: ['nxp,imx287-mtip-switch']
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/nxp,imx287-mtip-switch.example.dtb: ethernet-phy@0: interrupts: [[13], [2]] is too long
from schema $id: http://devicetree.org/schemas/net/ethernet-phy.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/nxp,imx287-mtip-switch.example.dtb: ethernet-phy@1: interrupts: [[13], [2]] is too long
from schema $id: http://devicetree.org/schemas/net/ethernet-phy.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250328133544.4149716-2-lukma@denx.de
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