* [PATCH] bus: ti-sysc: Increase max softreset wait
@ 2020-06-03 22:02 Tony Lindgren
0 siblings, 0 replies; only message in thread
From: Tony Lindgren @ 2020-06-03 22:02 UTC (permalink / raw)
To: linux-omap
Cc: Nishanth Menon, Tero Kristo, Grygorii Strashko, Dave Gerlach,
Keerthy, Merlijn Wajer, linux-kernel, Andrew F . Davis,
Peter Ujfalusi, Faiz Abbas, Greg Kroah-Hartman, Suman Anna,
linux-arm-kernel, Roger Quadros
Otherwise we can get "OCP softreset timed out" warnings occasionally
at least for i2c2 on omap4 now that we check the OCP softreset completed
bit on enable.
Reported-by: Merlijn Wajer <merlijn@wizzup.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
---
drivers/bus/ti-sysc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/bus/ti-sysc.c b/drivers/bus/ti-sysc.c
--- 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 10000
+#define MAX_MODULE_SOFTRESET_WAIT 20000
enum sysc_soc {
SOC_UNKNOWN,
--
2.26.2
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-06-03 22:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-03 22:02 [PATCH] bus: ti-sysc: Increase max softreset wait Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox