[PATCH v5 3/3] irqchip: aspeed: add compatible strings for ast2700-intc0-ic and ast2700-intc1-ic
Thomas Gleixner
tglx at linutronix.de
Thu Oct 23 03:51:14 AEDT 2025
On Wed, Oct 22 2025 at 14:55, Ryan Chen wrote:
The subject prefix is: irqchip/aspeed-intc:
It's documented how to make them:
https://www.kernel.org/doc/html/latest/process/maintainer-tip.html#patch-subject
> The AST2700 SoC defines two parent interrupt controller blocks
> (INTC0 and INTC1), each containing multiple interrupt-controller
> child instances ("*-intc-ic"). The existing irqchip driver
> (irq-aspeed-intc.c) currently only registers a single compatible
> string: "aspeed,ast2700-intc-ic"
>
> To support device trees that describe the INTC0 and INTC1
> hierarchy more precisely, this patch adds two additional
s/this patch adds/add/
git grep 'This patch' Documentation/process/
> compatible strings:
> - "aspeed,ast2700-intc0-ic"
> - "aspeed,ast2700-intc1-ic"
>
> Both map to the same initialization function
> `aspeed_intc_ic_of_init()`.
The backticks are pointless. Just write aspeed...init()
Thanks,
tglx
More information about the Linux-aspeed
mailing list