boards: nxp: mr_canhubk3: Increase FS26 init priority

We've to ensure nothing blocks the watchdog init on startup,
otherwise we'll get into bootloop. Hence increase the piority.

Signed-off-by: Peter van der Perk <peter.vanderperk@nxp.com>
This commit is contained in:
Peter van der Perk
2026-01-20 11:04:01 +01:00
committed by Henrik Brix Andersen
parent 80c2beff83
commit b76f37c5da
3 changed files with 7 additions and 2 deletions

View File

@@ -12,13 +12,16 @@ endif # SERIAL
if SPI
config GPIO_INIT_PRIORITY
default 10
config SPI_INIT_PRIORITY
default 50
default 10
if WDT_NXP_FS26
config WDT_NXP_FS26_INIT_PRIORITY
default 51
default 10
endif # WDT_NXP_FS26
endif # SPI

View File

@@ -0,0 +1 @@
CONFIG_SPI_INIT_PRIORITY=10

View File

@@ -0,0 +1 @@
CONFIG_SPI_INIT_PRIORITY=10