commit | df4f3459c7e2d2c573e38757c2d2e7b57cb49717 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Mon Oct 07 15:29:30 2019 +0300 |
committer | Tony Lindgren <tony@atomide.com> | Tue Oct 08 07:08:52 2019 -0700 |
tree | f1b81dda9c43f9afd7a4b0c819ab40102f4231c6 | |
parent | bf59ebbeac1fdd7d398d5f808f2cf239c8e61947 [diff] |
bus: ti-sysc: drop the extra hardreset during init There seems to be unnecessary extra hardreset line toggling applied during module init. This is unnecessary, as the reset lines are already asserted during boot, and it can cause certain modules to hang (iommus, remoteprocs.) Remove the extra hardreset toggle, and remove the now redundant function to handle this also. Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>