diff options
author | Magnus Damm <damm@opensource.se> | 2010-05-20 14:49:28 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-22 17:22:57 +0900 |
commit | 4f0836b4f9b9bf807719f203205f251a7a46ebd9 (patch) | |
tree | 72327b27e411d10c26dec250355c69cc50fbc47a /arch/arm/mach-shmobile/include/mach/common.h | |
parent | 83ca5c87cb4bac32f8e0cf7f0c640bfcf310bb5d (diff) | |
download | talos-obmc-linux-4f0836b4f9b9bf807719f203205f251a7a46ebd9.tar.gz talos-obmc-linux-4f0836b4f9b9bf807719f203205f251a7a46ebd9.zip |
ARM: mach-shmobile: sh7367 clock framework V2
This patch is V2 of clock framework tables/code for sh7367.
MSTP support is included for the following hardware blocks:
KEYSC, SCIF, IIC, IRDA, FLCTL, VOU, SIU, USB, SDHI and UIO.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/common.h')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h index 38e9a2d275f0..b84cdbae4a5a 100644 --- a/arch/arm/mach-shmobile/include/mach/common.h +++ b/arch/arm/mach-shmobile/include/mach/common.h @@ -11,6 +11,8 @@ extern void sh7367_add_early_devices(void); extern void sh7367_add_standard_devices(void); extern void sh7367_clock_init(void); extern void sh7367_pinmux_init(void); +extern struct clk sh7367_extalb1_clk; +extern struct clk sh7367_extal2_clk; extern void sh7377_init_irq(void); extern void sh7377_add_early_devices(void); |