diff options
author | Peng Fan <peng.fan@nxp.com> | 2023-08-07 15:14:31 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-08-11 17:14:08 +0300 |
commit | 6c59ce485fd0015db160b913903c5f1e8c586d38 (patch) | |
tree | df28e7d1264c18f6f8801a0fb66ec9bc2cbd9df3 | |
parent | d2bd250cefabd2ce51a77bf69435e28f1fa47176 (diff) | |
download | linux-6c59ce485fd0015db160b913903c5f1e8c586d38.tar.xz |
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 <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | drivers/firmware/imx/imx-scu-irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/imx/imx-scu-irq.c b/drivers/firmware/imx/imx-scu-irq.c index 6549f3792a0f..8d902db1daf2 100644 --- a/drivers/firmware/imx/imx-scu-irq.c +++ b/drivers/firmware/imx/imx-scu-irq.c @@ -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; |