Skip to content
  • Paul Mundt's avatar
    sh: clkfwk: Use arch_clk_init() for on-chip clock registration. · 9fe5ee0e
    Paul Mundt authored
    
    
    CPUs registering on-chip clocks should be using arch_clk_init() with the
    new scheme so that the CPUs have the opportunity to establish the
    topology prior to the initial root clock rate propagation. This ensures
    that CPUs with on-chip clocks that use CLK_ENABLE_ON_INIT are properly
    enabled at the initial propagation time, without having to further poke
    the root clocks.
    
    Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
    9fe5ee0e