aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Hoglind <henrik.hoglind@arm.com>2021-08-17 15:04:57 +0200
committerHenrik Hoglind <henrik.hoglind@arm.com>2021-08-17 15:04:57 +0200
commit90f5080546e212b0f56dfff41e784dabd39c9bad (patch)
tree0846d84cafe312ce21c7ebd14a86e3f9bf49bb59
parent40e23d12017ba8aa40bb15c9214cd7ac531a159e (diff)
downloadethos-u-linux-driver-stack-90f5080546e212b0f56dfff41e784dabd39c9bad.tar.gz
Increase capabilities timeout to 100 ms
Change-Id: I2a5e5ca78bc80117938b706fc31767a8d668b931
-rw-r--r--kernel/ethosu_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/ethosu_device.c b/kernel/ethosu_device.c
index 7617669..40b214c 100644
--- a/kernel/ethosu_device.c
+++ b/kernel/ethosu_device.c
@@ -48,7 +48,7 @@
#define MINOR_COUNT 1 /* Allocate 1 minor version */
#define DMA_ADDR_BITS 32 /* Number of address bits */
-#define CAPABILITIES_RESP_TIMEOUT_MS 50
+#define CAPABILITIES_RESP_TIMEOUT_MS 100
/****************************************************************************
* Types