OSDN Git Service

bus: ti-sysc: Move rstctrl reset to happen later
authorTony Lindgren <tony@atomide.com>
Thu, 21 Mar 2019 18:00:21 +0000 (11:00 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 3 Apr 2019 16:32:35 +0000 (09:32 -0700)
commitb11c1ea1f636438d4e69381714c73abd9006cdcc
tree275856cc863b637483f4d9489a2671fe804a4ebc
parent93de83a21e76eda25517562a9e62f7b6a6f38126
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>
drivers/bus/ti-sysc.c