summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-03-19 17:46:48 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-03-19 18:23:57 +0100
commit8b75c20a41504824f911a1e75f60a586acc587fc (patch)
treef98f05aacbbb8d5442809e3bd34e75dcd244d89c /include
parent7166742b04ff7e56e816c6d14df1906ad31f1334 (diff)
downloadbarebox-8b75c20a41504824f911a1e75f60a586acc587fc.tar.gz
barebox-8b75c20a41504824f911a1e75f60a586acc587fc.tar.xz
add clko support for i.mx35
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-imx/clock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/arch-imx/clock.h b/include/asm-arm/arch-imx/clock.h
index 71085201e7..c012e94f14 100644
--- a/include/asm-arm/arch-imx/clock.h
+++ b/include/asm-arm/arch-imx/clock.h
@@ -27,4 +27,7 @@ ulong imx_get_fecclk(void);
ulong imx_get_gptclk(void);
ulong imx_get_uartclk(void);
+int imx_clko_set_div(int div);
+void imx_clko_set_src(int src);
+
#endif /* __ASM_ARCH_CLOCK_H */