sh: clkfwk: Update SH7785 for refactored clock framework.

This updates the SH7785 CPU code as well as the SH7785LCR board support
code for making use of the newly refactored clock framework. Support for
the legacy CPG clocks is dropped at this point, with the extal frequency
fed in from the board code.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt
2009-05-13 17:55:00 +09:00
parent 253b0887b3
commit a77b5ac0ea
4 changed files with 147 additions and 126 deletions

View File

@@ -34,7 +34,9 @@ struct clk {
unsigned long rate;
unsigned long flags;
unsigned long arch_flags;
void *priv;
};
struct clk_lookup {