diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-13 17:55:00 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-13 17:55:00 +0900 |
commit | a77b5ac0ea8e47c77008d3a9a9976dcfbc01c42a (patch) | |
tree | 981fb1cf5b98a5e98a0c02e9dd2f950dc2759231 /arch/sh/include/asm/clock.h | |
parent | 253b0887b3736160feac9ccdcf146a2073e41463 (diff) | |
download | linux-3.10-a77b5ac0ea8e47c77008d3a9a9976dcfbc01c42a.tar.gz linux-3.10-a77b5ac0ea8e47c77008d3a9a9976dcfbc01c42a.tar.bz2 linux-3.10-a77b5ac0ea8e47c77008d3a9a9976dcfbc01c42a.zip |
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>
Diffstat (limited to 'arch/sh/include/asm/clock.h')
-rw-r--r-- | arch/sh/include/asm/clock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/asm/clock.h b/arch/sh/include/asm/clock.h index c27e844db0d..40cf3c07d7e 100644 --- a/arch/sh/include/asm/clock.h +++ b/arch/sh/include/asm/clock.h @@ -34,7 +34,9 @@ struct clk { unsigned long rate; unsigned long flags; + unsigned long arch_flags; + void *priv; }; struct clk_lookup { |