Skip to content

Commit

Permalink
Revert "bus: ti-sysc: Increase max softreset wait"
Browse files Browse the repository at this point in the history
This reverts commit 636338d.

This patch is not a proper fixes the i2c2 timeouts are still
happening in some cases.

Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed Jun 10, 2020
1 parent 944021e commit e4a8fc0
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 20000
#define MAX_MODULE_SOFTRESET_WAIT 10000

enum sysc_soc {
SOC_UNKNOWN,
Expand Down

0 comments on commit e4a8fc0

Please sign in to comment.