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 <merlijn@wizzup.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Tony Lindgren 2020-06-03 15:02:20 -07:00
parent 77cad9dbc9
commit 636338d796
1 changed files with 1 additions and 1 deletions

View File

@ -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,