Skip to content

Commit 636338d

Browse files
committed
bus: ti-sysc: Increase max softreset wait
Otherwise we can get "OCP softreset timed out" warnings occasionally at least for i2c2 on omap4 now that we check the OCP softreset completed bit on enable. Reported-by: Merlijn Wajer <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 77cad9d commit 636338d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/bus/ti-sysc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#define SOC_FLAG(match, flag) { .machine = match, .data = (void *)(flag), }
3131

32-
#define MAX_MODULE_SOFTRESET_WAIT 10000
32+
#define MAX_MODULE_SOFTRESET_WAIT 20000
3333

3434
enum sysc_soc {
3535
SOC_UNKNOWN,

0 commit comments

Comments
 (0)