[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <173203348678.1765163.1636321988738538785.robh@kernel.org>
Date: Tue, 19 Nov 2024 10:24:46 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: "Jan Petrous (OSS)" <jan.petrous@....nxp.com>
Cc: Jose Abreu <joabreu@...opsys.com>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Emil Renner Berthing <kernel@...il.dk>,
Russell King <linux@...linux.org.uk>,
Minda Chen <minda.chen@...rfivetech.com>, linux-arm-msm@...r.kernel.org,
"David S. Miller" <davem@...emloft.net>,
linux-stm32@...md-mailman.stormreply.com, Shawn Guo <shawnguo@...nel.org>,
Quan Nguyen <quan@...amperecomputing.com>, Vinod Koul <vkoul@...nel.org>,
Iyappan Subramanian <iyappan@...amperecomputing.com>,
Heiner Kallweit <hkallweit1@...il.com>, Paolo Abeni <pabeni@...hat.com>,
Richard Cochran <richardcochran@...il.com>, imx@...ts.linux.dev,
Maxime Coquelin <mcoquelin.stm32@...il.com>,
Claudiu Beznea <claudiu.beznea@...on.dev>, Andrew Lunn <andrew@...n.ch>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Giuseppe Cavallaro <peppe.cavallaro@...com>,
Nicolas Ferre <nicolas.ferre@...rochip.com>,
Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>,
Keyur Chudgar <keyur@...amperecomputing.com>,
Fabio Estevam <festevam@...il.com>, netdev@...r.kernel.org,
devicetree@...r.kernel.org, Pengutronix Kernel Team <kernel@...gutronix.de>,
Conor Dooley <conor+dt@...nel.org>, Sascha Hauer <s.hauer@...gutronix.de>,
Alexandre Torgue <alexandre.torgue@...s.st.com>,
NXP S32 Linux Team <s32@....com>
Subject: Re: [PATCH v5 13/16] dt-bindings: net: Add DT bindings for DWMAC
on NXP S32G/R SoCs
On Tue, 19 Nov 2024 16:00:19 +0100, Jan Petrous (OSS) wrote:
> Add basic description for DWMAC ethernet IP on NXP S32G2xx, S32G3xx
> and S32R45 automotive series SoCs.
>
> Signed-off-by: Jan Petrous (OSS) <jan.petrous@....nxp.com>
> ---
> .../devicetree/bindings/net/nxp,s32-dwmac.yaml | 105 +++++++++++++++++++++
> .../devicetree/bindings/net/snps,dwmac.yaml | 3 +
> 2 files changed, 108 insertions(+)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/net/nxp,s32-dwmac.yaml:25:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20241119-upstream_s32cc_gmac-v5-13-7dcc90fcffef@oss.nxp.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