Commit e4a8fc05 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

Revert "bus: ti-sysc: Increase max softreset wait"



This reverts commit 636338d7.

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

Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 944021e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,