summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2010-12-03 08:22:31 +0100
committerPaul Mundt <lethal@linux-sh.org>2010-12-03 08:29:15 +0100
commitf6d84f4a7df8057247a3f1723169586af3882436 (patch)
treedf2e040af9efce7a277de6211315875723c5f4ca /arch/arm/mach-shmobile/include
parentARM: mach-shmobile: ag5evm: Add FSI resources (diff)
downloadlinux-f6d84f4a7df8057247a3f1723169586af3882436.tar.xz
linux-f6d84f4a7df8057247a3f1723169586af3882436.zip
ARM: mach-shmobile: AG5 clock framework improvements
This patch improves the state of the AG5 clock framework support. The main clock parent is automatically detected, but most of the clocks are not used by any driver or subsystem at this point. More work is needed for support of multi media hardware such as FSI and/or LCDC/MIPI-DSI. 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')
-rw-r--r--arch/arm/mach-shmobile/include/mach/common.h2
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 d8f91a5f692f..15932fd2435e 100644
--- a/arch/arm/mach-shmobile/include/mach/common.h
+++ b/arch/arm/mach-shmobile/include/mach/common.h
@@ -34,5 +34,7 @@ extern void sh73a0_add_early_devices(void);
extern void sh73a0_add_standard_devices(void);
extern void sh73a0_clock_init(void);
extern void sh73a0_pinmux_init(void);
+extern struct clk sh73a0_extal1_clk;
+extern struct clk sh73a0_extal2_clk;
#endif /* __ARCH_MACH_COMMON_H */