drivers: kscan: increase init priority
Make kscan init priority higher, since it is lower than some buses like I2C, making some devices to fail initialization if not tuning priorities. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
703233e115
commit
8f0657a1c4
|
@ -20,7 +20,7 @@ source "subsys/logging/Kconfig.template.log_config"
|
|||
|
||||
config KSCAN_INIT_PRIORITY
|
||||
int "Keyboard scan driver init priority"
|
||||
default 40
|
||||
default 90
|
||||
help
|
||||
Keyboard scan device driver initialization priority.
|
||||
|
||||
|
|
Loading…
Reference in a new issue