Skip to content
Commit a3e92e7b authored by Tony Lindgren's avatar Tony Lindgren
Browse files

bus: ti-sysc: Allocate mdata as needed and do platform data based init later



The platform data based init functions typically reset the interconnect
target module configure the registers. As we may need the interconnect
target module specific quirks configured based on the revision register,
we want to move the platform data based init to happen later.

Let's allocate mdata as needed so it's available for sysc_legacy_init()
that we call with module clocks enabled from sysc_init_module().

Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 1a5cd7c2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment