intc: nxp_s32: initialize after core intc

Following #60410, the NXP S32 external interrupt controller device
initializes after the core interrupt controller. Bump the NXP S32 intc
init level to initialize after the core intc and before the GPIO
device driver.

Fixes #61218

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2023-08-08 08:41:31 +07:00 committed by Carles Cufí
commit 297b7efb33

View file

@ -216,7 +216,7 @@ static int eirq_nxp_s32_init(const struct device *dev)
NULL, \
&eirq_nxp_s32_data_##n, \
&eirq_nxp_s32_conf_##n, \
PRE_KERNEL_1, \
PRE_KERNEL_2, \
CONFIG_INTC_INIT_PRIORITY, \
NULL); \
static int eirq_nxp_s32_init##n(const struct device *dev) \