[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <171614715439.2941344.11264816105918092609.robh@kernel.org>
Date: Sun, 19 May 2024 14:32:34 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Kanak Shilledar <kanakshilledar@...il.com>
Cc: linux-riscv@...ts.infradead.org,
Kanak Shilledar <kanakshilledar111@...tonmail.com>,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
Palmer Dabbelt <palmer@...belt.com>, Conor Dooley <conor+dt@...nel.org>,
Paul Walmsley <paul.walmsley@...ive.com>, Albert Ou <aou@...s.berkeley.edu>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Samuel Holland <samuel.holland@...ive.com>
Subject: Re: [PATCH 2/2] dt-bindings: riscv: cpus: add ref to
interrupt-controller
On Sun, 19 May 2024 23:29:06 +0530, Kanak Shilledar wrote:
> removed the redundant properties for interrupt-controller
> and provide reference to the riscv,cpu-intc.yaml which defines
> the interrupt-controller. making the properties for riscv
> interrupt-controller at a central place.
>
> Signed-off-by: Kanak Shilledar <kanakshilledar111@...tonmail.com>
> ---
> .../devicetree/bindings/riscv/cpus.yaml | 22 +------------------
> 1 file changed, 1 insertion(+), 21 deletions(-)
>
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/riscv/cpus.yaml: properties:interrupt-controller: 'oneOf' conditional failed, one must be fixed:
Additional properties are not allowed ('$ref' was unexpected)
'type' is a required property
hint: DT nodes ("object" type in schemas) can only use a subset of json-schema keywords
from schema $id: http://devicetree.org/meta-schemas/interrupts.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240519175906.138410-3-kanakshilledar111@protonmail.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