bus: ti-sysc: Add initial support for external resets
authorTony Lindgren <tony@atomide.com>
Mon, 16 Apr 2018 17:20:27 +0000 (10:20 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 1 May 2018 13:54:17 +0000 (06:54 -0700)
commit5062236ec458768f61efc6d0a5198c395e55d097
treeb8de4b1dd7aeaeca32db9c375110932de5c89e73
parentef55f8215a78b7021401281e8a7fe056fd5ecdab
bus: ti-sysc: Add initial support for external resets

Some modules need to use external resets in the rstctrl bits. Typically
only one of the rstctrl bits is for the interconnect target module while
the others are for various child devices.

For ti-sysc driver, we just need the module rstctrl bit mapped. The rest
of the rstctrl bits can be directly mapped to the child devices.

Cc: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bus/ti-sysc.c