drivers: spi: Align SPI init priority with other devices
Align the SPI init priority with other devices. Other bus-devices like UART and I2C are init at standard kernel device level (50), but SPI is at 70 and there appears to not be a reason for it. GPIO is init at 40 so there should not be an issue to use the default. Signed-off-by: Joakim Andersson <joerchan@gmail.com>
This commit is contained in:
parent
a466fb05d0
commit
855c0d742b
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ config SPI_EXTENDED_MODES
|
||||||
|
|
||||||
config SPI_INIT_PRIORITY
|
config SPI_INIT_PRIORITY
|
||||||
int "Init priority"
|
int "Init priority"
|
||||||
default 70
|
default KERNEL_INIT_PRIORITY_DEVICE
|
||||||
help
|
help
|
||||||
Device driver initialization priority.
|
Device driver initialization priority.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue