Skip to content
Commit 47b0eeb3 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

clk: Deprecate CLK_IS_ROOT



We don't use CLK_IS_ROOT but in a few places in the common clk
framework core. Let's replace those checks with a check for the
number of parents a clk has instead of the flag, freeing up one
flag for something else. We don't remove the flag yet so that
things keep building, but we'll remove it once all drivers have
removed their flag usage.

Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 14b04f28
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