Skip to content
  • Paul Mundt's avatar
    sh: Fix up SH7201 clkfwk build. · 27f1accc
    Paul Mundt authored
    
    
    The master clock initialization for SH7201 was wholly bogus. Users of the
    legacy API must initialize the clock rate through the struct clk itself
    rather than returning the clock frequency. Given that the init function
    itself is void, returning the frequency isn't terribly effective.
    
    Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
    27f1accc