diff options
author | Tony Lindgren | 2020-06-10 15:31:54 -0700 |
---|---|---|
committer | Tony Lindgren | 2020-06-10 15:31:54 -0700 |
commit | e4a8fc054340f4df761f6a73335f8fdc0b7ac4fd (patch) | |
tree | 27455cce96127bc06d0271f6d6f0d1f7db6546dd /drivers | |
parent | 944021e79e7ec8db9c3edbc6af32276ade4ac0db (diff) |
Revert "bus: ti-sysc: Increase max softreset wait"
This reverts commit 636338d7968e47c7f2e0b772a2a825ad932883fb.
This patch is not a proper fixes the i2c2 timeouts are still
happening in some cases.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/bus/ti-sysc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bus/ti-sysc.c b/drivers/bus/ti-sysc.c index 6886bdd225b6..db9541f38505 100644 --- a/drivers/bus/ti-sysc.c +++ b/drivers/bus/ti-sysc.c @@ -29,7 +29,7 @@ #define SOC_FLAG(match, flag) { .machine = match, .data = (void *)(flag), } -#define MAX_MODULE_SOFTRESET_WAIT 20000 +#define MAX_MODULE_SOFTRESET_WAIT 10000 enum sysc_soc { SOC_UNKNOWN, |