[Letux-kernel] [RFC 11/28] irq: ingenic: add JZ4730 interrupt controller identification
H. Nikolaus Schaller
hns at goldelico.com
Sat Jan 23 17:28:37 CET 2021
From: Paul Boddie <paul at boddie.org.uk>
Although the jz4740-intc identification could be used, since the
general capabilities are the same, a separate identification has
been added because the controllers are technically different in
terms of interrupt assignments.
Signed-off-by: Paul Boddie <paul at boddie.org.uk>
Signed-off-by: H. Nikolaus Schaller <hns at goldelico.com>
---
drivers/irqchip/irq-ingenic.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/irqchip/irq-ingenic.c b/drivers/irqchip/irq-ingenic.c
index b61a8901ef722..657d9d1e0a04a 100644
--- a/drivers/irqchip/irq-ingenic.c
+++ b/drivers/irqchip/irq-ingenic.c
@@ -149,6 +149,7 @@ static int __init intc_1chip_of_init(struct device_node *node,
}
IRQCHIP_DECLARE(jz4740_intc, "ingenic,jz4740-intc", intc_1chip_of_init);
IRQCHIP_DECLARE(jz4725b_intc, "ingenic,jz4725b-intc", intc_1chip_of_init);
+IRQCHIP_DECLARE(jz4730_intc, "ingenic,jz4730-intc", intc_1chip_of_init);
static int __init intc_2chip_of_init(struct device_node *node,
struct device_node *parent)
--
2.26.2
More information about the Letux-kernel
mailing list