Revert "bus: ti-sysc: Increase max softreset wait"
This reverts commit 636338d796.
This patch is not a proper fixes the i2c2 timeouts are still
happening in some cases.
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
944021e79e
commit
e4a8fc0543
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
#define SOC_FLAG(match, flag) { .machine = match, .data = (void *)(flag), }
|
#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 {
|
enum sysc_soc {
|
||||||
SOC_UNKNOWN,
|
SOC_UNKNOWN,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue