drivers: can: initialize CAN transceivers prior to CAN controllers
Change the default initialization priority for CAN transceiver from 70 to 45 to initialize them before the CAN controllers (with default a initialization priority of 50). Fixes: #45219 Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
9ce0d31c33
commit
44f3f2e49b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ menu "CAN transceiver drivers"
|
|||
|
||||
config CAN_TRANSCEIVER_INIT_PRIORITY
|
||||
int "CAN transceiver driver init priority"
|
||||
default 70
|
||||
default 45
|
||||
help
|
||||
CAN transceiver device driver initialization priority.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue