]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
firmware: imx: scu-irq: enlarge the IMX_SC_IRQ_NUM_GROUP
authorPeng Fan <peng.fan@nxp.com>
Mon, 7 Aug 2023 12:14:31 +0000 (20:14 +0800)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Aug 2023 14:14:08 +0000 (22:14 +0800)
Per SCFW update, update the IMX_SC_IRQ_NUM_GROUP to 9.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/firmware/imx/imx-scu-irq.c

index 6549f3792a0f930b5634fab70b3b04dfb9c4000b..8d902db1daf227984ea38c885863578fbf12870f 100644 (file)
@@ -14,7 +14,7 @@
 
 #define IMX_SC_IRQ_FUNC_ENABLE 1
 #define IMX_SC_IRQ_FUNC_STATUS 2
-#define IMX_SC_IRQ_NUM_GROUP   4
+#define IMX_SC_IRQ_NUM_GROUP   9
 
 static u32 mu_resource_id;