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:
Gerard Marull-Paretas 2021-06-16 19:20:26 +02:00 committed by Maureen Helm
parent 703233e115
commit 8f0657a1c4

View file

@ -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.