Skip to content

Commit e4a8fc0

Browse files
committed
Revert "bus: ti-sysc: Increase max softreset wait"
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 <[email protected]>
1 parent 944021e commit e4a8fc0

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 20000
32+
#define MAX_MODULE_SOFTRESET_WAIT 10000
3333

3434
enum sysc_soc {
3535
SOC_UNKNOWN,

0 commit comments

Comments
 (0)