summaryrefslogtreecommitdiff
path: root/arch/sh/include/asm
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-05-13 08:55:00 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2009-05-13 08:55:00 (GMT)
commita77b5ac0ea8e47c77008d3a9a9976dcfbc01c42a (patch)
tree981fb1cf5b98a5e98a0c02e9dd2f950dc2759231 /arch/sh/include/asm
parent253b0887b3736160feac9ccdcf146a2073e41463 (diff)
downloadlinux-a77b5ac0ea8e47c77008d3a9a9976dcfbc01c42a.tar.xz
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')
-rw-r--r--arch/sh/include/asm/clock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/asm/clock.h b/arch/sh/include/asm/clock.h
index c27e844..40cf3c0 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 {