Skip to content

Commit 6c59ce4

Browse files
MrVanShawn Guo
authored andcommitted
firmware: imx: scu-irq: enlarge the IMX_SC_IRQ_NUM_GROUP
Per SCFW update, update the IMX_SC_IRQ_NUM_GROUP to 9. Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent d2bd250 commit 6c59ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/firmware/imx/imx-scu-irq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#define IMX_SC_IRQ_FUNC_ENABLE 1
1616
#define IMX_SC_IRQ_FUNC_STATUS 2
17-
#define IMX_SC_IRQ_NUM_GROUP 4
17+
#define IMX_SC_IRQ_NUM_GROUP 9
1818

1919
static u32 mu_resource_id;
2020

0 commit comments

Comments
 (0)