[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201116143720.GA1611573@bogus>
Date: Mon, 16 Nov 2020 08:37:20 -0600
From: Rob Herring <robh@...nel.org>
To: Christian Eggers <ceggers@...i.de>
Cc: Microchip Linux Driver Support <UNGLinuxDriver@...rochip.com>,
Tristram Ha <Tristram.Ha@...rochip.com>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Rob Herring <robh+dt@...nel.org>,
Vivien Didelot <vivien.didelot@...il.com>,
Jakub Kicinski <kuba@...nel.org>,
Woojung Huh <woojung.huh@...rochip.com>,
Codrin Ciubotariu <codrin.ciubotariu@...rochip.com>,
netdev@...r.kernel.org, "David S . Miller" <davem@...emloft.net>,
Richard Cochran <richardcochran@...il.com>,
George McCollister <george.mccollister@...il.com>,
Andrew Lunn <andrew@...n.ch>,
Helmut Grohne <helmut.grohne@...enta.de>,
Marek Vasut <marex@...x.de>,
Kurt Kanzenbach <kurt.kanzenbach@...utronix.de>,
Paul Barker <pbarker@...sulko.com>,
Vladimir Oltean <olteanv@...il.com>
Subject: Re: [PATCH net-next v2 01/11] dt-bindings: net: dsa: convert ksz
bindings document to yaml
On Thu, 12 Nov 2020 16:35:27 +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 | 150 ++++++++++++++++++
> MAINTAINERS | 2 +-
> 3 files changed, 151 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.yaml: 'oneOf' conditional failed, one must be fixed:
'unevaluatedProperties' is a required property
'additionalProperties' is a required property
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml: ignoring, error in schema:
warning: no schema found in file: ./Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml
See https://patchwork.ozlabs.org/patch/1399036
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