Skip to content

Commit 47a4ebb

Browse files
pigmoralKAGA-KOKO
authored andcommitted
irqchip/aclint-sswi: Add Nuclei UX900 support
Reuse the generic ACLINT SSWI probe for Nuclei UX900 since it is compliant with the ACLINT specification. Signed-off-by: Junhui Liu <junhui.liu@pigmoral.tech> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://patch.msgid.link/20251021-dr1v90-basic-dt-v3-9-5478db4f664a@pigmoral.tech
1 parent a1c3a7d commit 47a4ebb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/irqchip/irq-aclint-sswi.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ static int __init generic_aclint_sswi_early_probe(struct device_node *node,
175175
{
176176
return generic_aclint_sswi_probe(&node->fwnode);
177177
}
178-
IRQCHIP_DECLARE(generic_aclint_sswi, "mips,p8700-aclint-sswi", generic_aclint_sswi_early_probe);
178+
IRQCHIP_DECLARE(mips_p8700_sswi, "mips,p8700-aclint-sswi", generic_aclint_sswi_early_probe);
179+
IRQCHIP_DECLARE(nuclei_ux900_sswi, "nuclei,ux900-aclint-sswi", generic_aclint_sswi_early_probe);
179180

180181
/* THEAD variant */
181182
#define THEAD_C9XX_CSR_SXSTATUS 0x5c0

0 commit comments

Comments
 (0)