commit | 27f1acccd4d310e941d2e879445324595e2fe463 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Dec 24 12:15:57 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Dec 24 12:15:57 2010 +0900 |
tree | eb424b5451263784e664b48b39f2269c795a17af | |
parent | 27434f0af0fecba71fa58407715028d2b9550956 [diff] |
sh: Fix up SH7201 clkfwk build. 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: Paul Mundt <lethal@linux-sh.org>