[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201119134225.GA3149565@bogus>
Date: Thu, 19 Nov 2020 07:42:25 -0600
From: Rob Herring <robh@...nel.org>
To: Christian Eggers <ceggers@...i.de>
Cc: Paul Barker <pbarker@...sulko.com>,
Microchip Linux Driver Support <UNGLinuxDriver@...rochip.com>,
Helmut Grohne <helmut.grohne@...enta.de>,
Marek Vasut <marex@...x.de>, linux-kernel@...r.kernel.org,
Andrew Lunn <andrew@...n.ch>, Rob Herring <robh+dt@...nel.org>,
Jakub Kicinski <kuba@...nel.org>,
Richard Cochran <richardcochran@...il.com>,
netdev@...r.kernel.org,
Codrin Ciubotariu <codrin.ciubotariu@...rochip.com>,
Kurt Kanzenbach <kurt.kanzenbach@...utronix.de>,
Vivien Didelot <vivien.didelot@...il.com>,
"David S . Miller" <davem@...emloft.net>,
George McCollister <george.mccollister@...il.com>,
Woojung Huh <woojung.huh@...rochip.com>,
devicetree@...r.kernel.org,
Tristram Ha <Tristram.Ha@...rochip.com>,
Vladimir Oltean <olteanv@...il.com>
Subject: Re: [PATCH net-next v3 01/12] dt-bindings: net: dsa: convert ksz
bindings document to yaml
On Wed, 18 Nov 2020 21:30:02 +0100, Christian Eggers wrote:
> Convert the bindings document for Microchip KSZ Series Ethernet switches
> from txt to yaml.
>
> Signed-off-by: Christian Eggers <ceggers@...i.de>
> ---
> .../devicetree/bindings/net/dsa/ksz.txt | 125 --------------
> .../bindings/net/dsa/microchip,ksz.yaml | 152 ++++++++++++++++++
> MAINTAINERS | 2 +-
> 3 files changed, 153 insertions(+), 126 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/net/dsa/ksz.txt
> create mode 100644 Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/dsa/microchip,ksz.example.dt.yaml: switch@0: 'ethernet-ports', 'reg', 'spi-cpha', 'spi-cpol', 'spi-max-frequency' do not match any of the regexes: 'pinctrl-[0-9]+'
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/dsa/microchip,ksz.example.dt.yaml: switch@1: 'ethernet-ports', 'reg', 'spi-cpha', 'spi-cpol', 'spi-max-frequency' do not match any of the regexes: 'pinctrl-[0-9]+'
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml
See https://patchwork.ozlabs.org/patch/1402525
The base for the patch is generally the last rc1. Any dependencies
should be noted.
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.
Powered by blists - more mailing lists