commit | e709ed70d122e94cb426b1e1f905829eae19a009 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Thu Dec 12 08:20:10 2019 -0800 |
committer | Tony Lindgren <tony@atomide.com> | Thu Dec 12 08:20:10 2019 -0800 |
tree | 138f75ce2df55db4c2d48642c7504158253fd6f0 | |
parent | c6b16761c6908d3dc167a0a566578b4b0b972905 [diff] |
bus: ti-sysc: Fix missing reset delay handling We have dts property for "ti,sysc-delay-us", and we're using it, but the wait after OCP softreset only happens if devices are probed in legacy mode. Let's add a delay after writing the OCP softreset when specified. Fixes: e0db94fe87da ("bus: ti-sysc: Make OCP reset work for sysstatus and sysconfig reset bits") Cc: Keerthy <j-keerthy@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>