Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19097513 authored by Viswanadha Raju Thotakura's avatar Viswanadha Raju Thotakura Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: Update the CCI timeout.



Update the CCI timeout to accomodate the delay in processing.

Change-Id: I178e9fbd07a1839fa088e4145ab1d29d02e63512
Signed-off-by: default avatarViswanadha Raju Thotakura <viswanad@codeaurora.org>
parent f2a141a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
#define CYCLES_PER_MICRO_SEC_DEFAULT 4915
#define CCI_MAX_DELAY 1000000

#define CCI_TIMEOUT msecs_to_jiffies(100)
#define CCI_TIMEOUT msecs_to_jiffies(500)

/* TODO move this somewhere else */
#define MSM_CCI_DRV_NAME "msm_cci"