[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <177027631587.4038923.11644467926032419641.robh@kernel.org>
Date: Thu, 05 Feb 2026 01:25:15 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Ryan Chen <ryan_chen@...eedtech.com>
Cc: Andrew Jeffery <andrew@...econstruct.com.au>,
linux-aspeed@...ts.ozlabs.org, linux-riscv@...ts.infradead.org,
Palmer Dabbelt <palmer@...belt.com>, linux-kernel@...r.kernel.org,
Albert Ou <aou@...s.berkeley.edu>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
devicetree@...r.kernel.org, Paul Walmsley <pjw@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>, linux-arm-kernel@...ts.infradead.org,
Joel Stanley <joel@....id.au>, Alexandre Ghiti <alex@...ti.fr>,
Conor Dooley <conor+dt@...nel.org>
Subject: Re: [PATCH 1/4] dt-bindings: interrupt-controller: aspeed: Add
ASPEED AST2700 INTC0/INTC1
On Thu, 05 Feb 2026 14:07:19 +0800, Ryan Chen wrote:
> INTC0 is used to assert GIC if interrupt in INTC1 asserted.
> INTC1 is used to assert INTC0 if interrupt of modules asserted.
>
> Signed-off-by: Ryan Chen <ryan_chen@...eedtech.com>
> ---
> .../aspeed,ast2700-interrupt.yaml | 207 +++++++++++++++++++++
> 1 file changed, 207 insertions(+)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2700-interrupt.example.dtb: /example-0/interrupt-controller@...00000: failed to match any schema with compatible: ['aspeed,ast2700-intc0-ic']
Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2700-interrupt.example.dtb: /example-1/interrupt-controller@...18000: failed to match any schema with compatible: ['aspeed,ast2700-intc1-ic']
doc reference errors (make refcheckdocs):
See https://patchwork.kernel.org/project/devicetree/patch/20260205-irqchip-v1-1-b0310e06c087@aspeedtech.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