summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/include/mach/common.h
diff options
context:
space:
mode:
authorSascha Hauer2009-02-06 17:48:59 +0100
committerSascha Hauer2009-03-13 10:34:28 +0100
commit2cb536d13cf9fbce029055b7603b3ca4ca1cf407 (patch)
tree7f54f9ae836c4d2a623063ec862beff3c4d1ea6c /arch/arm/plat-mxc/include/mach/common.h
parent[ARM] add i.MX35 build support (diff)
downloadkernel-qcow2-linux-2cb536d13cf9fbce029055b7603b3ca4ca1cf407.tar.gz
kernel-qcow2-linux-2cb536d13cf9fbce029055b7603b3ca4ca1cf407.tar.xz
kernel-qcow2-linux-2cb536d13cf9fbce029055b7603b3ca4ca1cf407.zip
[ARM] MX35: add clock support
This patch adds clock support for i.MX35 SoCs. We do not support setting of clock rates yet, but most interesting clock rates should be reported. I couldn't test all clock rates and the datasheet contains some obvious bugs, so expect some bugs in this code. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/common.h')
-rw-r--r--arch/arm/plat-mxc/include/mach/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/common.h b/arch/arm/plat-mxc/include/mach/common.h
index f467159cbdce..b2f9b72644db 100644
--- a/arch/arm/plat-mxc/include/mach/common.h
+++ b/arch/arm/plat-mxc/include/mach/common.h
@@ -21,6 +21,7 @@ extern int mx1_clocks_init(unsigned long fref);
extern int mx21_clocks_init(unsigned long lref, unsigned long fref);
extern int mx27_clocks_init(unsigned long fref);
extern int mx31_clocks_init(unsigned long fref);
+extern int mx35_clocks_init(void);
extern int mxc_register_gpios(void);
extern int mxc_register_device(struct platform_device *pdev, void *data);
extern void mxc_set_cpu_type(unsigned int type);