[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <172909966003.2068484.893211890028147027.robh@kernel.org>
Date: Wed, 16 Oct 2024 12:27:40 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Kevin Chen <kevin_chen@...eedtech.com>
Cc: joel@....id.au, conor+dt@...nel.org, krzk+dt@...nel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
andrew@...econstruct.com.au, devicetree@...r.kernel.org,
linux-aspeed@...ts.ozlabs.org, tglx@...utronix.de
Subject: Re: [PATCH v4 1/2] dt-bindings: interrupt-controller: Add support
for ASPEED AST27XX INTC
On Wed, 16 Oct 2024 10:24:09 +0800, Kevin Chen wrote:
> The ASPEED AST27XX interrupt controller(INTC) contains second level and
> third level interrupt controller.
>
> INTC0:
> The second level INTC, which used to assert GIC if interrupt in INTC1 asserted.
>
> INTC1_x:
> The third level INTC, which used to assert INTC0 if interrupt in modules
> of INTC asserted.
>
> The relationship is like the following:
> +-----+ +-------+ +---------+---module0
> | GIC |---| INTC0 |--+--| INTC1_0 |---module1
> | | | | | | |---...
> +-----+ +-------+ | +---------+---module31
> |
> | +---------+---module0
> +---| INTC1_1 |---module1
> | | |---...
> | +---------+---module31
> ...
> | +---------+---module0
> +---| INTC1_5 |---module1
> | |---...
> +---------+---module31
>
> Signed-off-by: Kevin Chen <kevin_chen@...eedtech.com>
> ---
> .../aspeed,ast2700-intc.yaml | 86 +++++++++++++++++++
> 1 file changed, 86 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2700-intc.yaml
>
Reviewed-by: Rob Herring (Arm) <robh@...nel.org>
Powered by blists - more mailing lists