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:
committed by
Henrik Brix Andersen
parent
80c2beff83
commit
b76f37c5da
@@ -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
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
CONFIG_SPI_INIT_PRIORITY=10
|
||||
@@ -0,0 +1 @@
|
||||
CONFIG_SPI_INIT_PRIORITY=10
|
||||
Reference in New Issue
Block a user