commit | b11c1ea1f636438d4e69381714c73abd9006cdcc | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Thu Mar 21 11:00:21 2019 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Wed Apr 03 09:32:35 2019 -0700 |
tree | 275856cc863b637483f4d9489a2671fe804a4ebc | |
parent | 93de83a21e76eda25517562a9e62f7b6a6f38126 [diff] |
bus: ti-sysc: Move rstctrl reset to happen later We can do the rsstctrl a bit later, but need to deassert rstctrl reset before the clocks are enabled if asserted. Let's only init restctrl in sysc_init_resets() and do the reset later on just before we enable the device clocks. Signed-off-by: Tony Lindgren <tony@atomide.com>