Skip to content

Commit

Permalink
bus: ti-sysc: Increase max softreset wait
Browse files Browse the repository at this point in the history
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 <merlijn@wizzup.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed Jun 3, 2020
1 parent 77cad9d commit 636338d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/bus/ti-sysc.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

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

#define MAX_MODULE_SOFTRESET_WAIT 10000
#define MAX_MODULE_SOFTRESET_WAIT 20000

enum sysc_soc {
SOC_UNKNOWN,
Expand Down

0 comments on commit 636338d

Please sign in to comment.