|
@@ -165,6 +165,7 @@ static int __init intc_1chip_of_init(struct device_node *node,
|
|
|
return ingenic_intc_of_init(node, 1);
|
|
|
}
|
|
|
IRQCHIP_DECLARE(jz4740_intc, "ingenic,jz4740-intc", intc_1chip_of_init);
|
|
|
+IRQCHIP_DECLARE(jz4725b_intc, "ingenic,jz4725b-intc", intc_1chip_of_init);
|
|
|
|
|
|
static int __init intc_2chip_of_init(struct device_node *node,
|
|
|
struct device_node *parent)
|