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
This commit is contained in:
Junhui Liu 2025-10-21 17:41:44 +08:00 committed by Thomas Gleixner
parent a1c3a7d7ee
commit 47a4ebbf91
1 changed files with 2 additions and 1 deletions

View File

@ -175,7 +175,8 @@ static int __init generic_aclint_sswi_early_probe(struct device_node *node,
{ {
return generic_aclint_sswi_probe(&node->fwnode); return generic_aclint_sswi_probe(&node->fwnode);
} }
IRQCHIP_DECLARE(generic_aclint_sswi, "mips,p8700-aclint-sswi", generic_aclint_sswi_early_probe); IRQCHIP_DECLARE(mips_p8700_sswi, "mips,p8700-aclint-sswi", generic_aclint_sswi_early_probe);
IRQCHIP_DECLARE(nuclei_ux900_sswi, "nuclei,ux900-aclint-sswi", generic_aclint_sswi_early_probe);
/* THEAD variant */ /* THEAD variant */
#define THEAD_C9XX_CSR_SXSTATUS 0x5c0 #define THEAD_C9XX_CSR_SXSTATUS 0x5c0