From 8f0657a1c4669497c9463e6607fb5b3f094f38f6 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Wed, 16 Jun 2021 19:20:26 +0200 Subject: [PATCH] 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 --- drivers/kscan/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/kscan/Kconfig b/drivers/kscan/Kconfig index 6af903aeb5..1998f83c1c 100644 --- a/drivers/kscan/Kconfig +++ b/drivers/kscan/Kconfig @@ -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.