diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-14 08:38:46 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-14 08:38:46 (GMT) |
commit | 549b5e358d17a8c04953ed80896ce07d37722451 (patch) | |
tree | c9cf2badccaf4868f3ba014b67a73983e7f7d1a9 /arch/sh/include | |
parent | cedcf3366f2191885aff92d33d6078ef08203e52 (diff) | |
download | linux-549b5e358d17a8c04953ed80896ce07d37722451.tar.xz |
sh: clkfwk: Add MSTP bits to SH7785 clock framework.
This plugs in all of the MSTP functions in to the clock framework,
and hands them off to the platform devices that want them.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r-- | arch/sh/include/asm/clock.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/include/asm/clock.h b/arch/sh/include/asm/clock.h index c499d47..64c93cb 100644 --- a/arch/sh/include/asm/clock.h +++ b/arch/sh/include/asm/clock.h @@ -36,6 +36,9 @@ struct clk { unsigned long rate; unsigned long flags; + void __iomem *enable_reg; + unsigned int enable_bit; + unsigned long arch_flags; void *priv; struct dentry *dentry; |