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

bus: ti-sysc: Manage clocks for the interconnect target module in all cases



We are currently not managing interconnect target module clocks in the
for legacy platform data based case. This causes a problem for using the
platform data based functions when dropping the platform data for the
interconnect target module configuration.

To avoid a situation where we need to populate the main and optional
clocks also for the platform data based functions, let's just manage the
clocks directly in ti-sysc driver. This means that until the interconnect
target module confugration platform data is dropped our use count for
clk_enable() will be 2 instead of 1.

Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a3e92e7b
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