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>
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 @@
unsigned long rate;
unsigned long flags;
+ void __iomem *enable_reg;
+ unsigned int enable_bit;
+
unsigned long arch_flags;
void *priv;
struct dentry *dentry;