[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <172831060870.15438.14111281615196403810.robh@kernel.org>
Date: Mon, 07 Oct 2024 09:16:49 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Andrea della Porta <andrea.porta@...e.com>
Cc: Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Saravana Kannan <saravanak@...gle.com>,
Catalin Marinas <catalin.marinas@....com>,
Conor Dooley <conor+dt@...nel.org>,
Lorenzo Pieralisi <lpieralisi@...nel.org>,
Derek Kiernan <derek.kiernan@....com>, linux-rpi-kernel@...ts.infradead.org,
Luca Ceresoli <luca.ceresoli@...tlin.com>,
Bartosz Golaszewski <brgl@...ev.pl>, linux-kernel@...r.kernel.org,
Florian Fainelli <florian.fainelli@...adcom.com>,
Michael Turquette <mturquette@...libre.com>,
Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
Dragan Cvetic <dragan.cvetic@....com>, linux-clk@...r.kernel.org,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Stefan Wahren <wahrenst@....net>,
Thomas Petazzoni <thomas.petazzoni@...tlin.com>,
Linus Walleij <linus.walleij@...aro.org>, Will Deacon <will@...nel.org>,
Herve Codina <herve.codina@...tlin.com>, Stephen Boyd <sboyd@...nel.org>,
linux-gpio@...r.kernel.org, linux-pci@...r.kernel.org,
Bjorn Helgaas <bhelgaas@...gle.com>,
Broadcom internal kernel review list <bcm-kernel-feedback-list@...adcom.com>,
Andrew Lunn <andrew@...n.ch>, Masahiro Yamada <masahiroy@...nel.org>,
Krzysztof WilczyĆski <kw@...ux.com>
Subject: Re: [PATCH v2 03/14] dt-bindings: pci: Add common schema for
devices accessible through PCI BARs
On Mon, 07 Oct 2024 14:39:46 +0200, Andrea della Porta wrote:
> Common YAML schema for devices that exports internal peripherals through
> PCI BARs. The BARs are exposed as simple-buses through which the
> peripherals can be accessed.
>
> This is not intended to be used as a standalone binding, but should be
> included by device specific bindings.
>
> Signed-off-by: Andrea della Porta <andrea.porta@...e.com>
> ---
> .../devicetree/bindings/pci/pci-ep-bus.yaml | 69 +++++++++++++++++++
> MAINTAINERS | 1 +
> 2 files changed, 70 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pci/pci-ep-bus.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/pci/pci-ep-bus.yaml: 'oneOf' conditional failed, one must be fixed:
'unevaluatedProperties' is a required property
'additionalProperties' is a required property
hint: Either unevaluatedProperties or additionalProperties must be present
from schema $id: http://devicetree.org/meta-schemas/core.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/e1d6c72d9f41218e755b615b9a985db075ce9c28.1728300189.git.andrea.porta@suse.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