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

Commit e09480fd authored by Shankar Ravi's avatar Shankar Ravi Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: Increase CCI time out


to 1.5 sec to fix the time out failures

CCI is used by multiple slaves like sensor
actuator, eeprom during boot time. Increasing the
cci time out to reduce the actuator initialization
failures.

Change-Id: If63870f1f6e8df6672c7954a897cd8bd7bef2e38
Signed-off-by: default avatarShankar Ravi <rshankar@codeaurora.org>
parent d25e81a3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
#include "cam_cci_core.h"

#define CCI_MAX_DELAY 1000000
#define CCI_TIMEOUT msecs_to_jiffies(500)

static struct v4l2_subdev *g_cci_subdev;

+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
#define CYCLES_PER_MICRO_SEC_DEFAULT 4915
#define CCI_MAX_DELAY 1000000

#define CCI_TIMEOUT msecs_to_jiffies(500)
#define CCI_TIMEOUT msecs_to_jiffies(1500)

#define NUM_MASTERS 2
#define NUM_QUEUES 2