summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/clk.h
diff options
context:
space:
mode:
authorLiu Ying <Ying.Liu@freescale.com>2013-07-04 09:57:17 (GMT)
committerShawn Guo <shawn.guo@linaro.org>2013-08-16 05:11:25 (GMT)
commitdfd871442e37d8563d2fe16fe65e6507fd3071fa (patch)
tree3e8f2f90399bfa786f638291d763ff3a30bd1d93 /arch/arm/mach-imx/clk.h
parenta49e6c4b820488b79ada6da9ce609fa8611d3e00 (diff)
downloadlinux-fsl-qoriq-dfd871442e37d8563d2fe16fe65e6507fd3071fa.tar.xz
ARM: imx6: change some clocks to fixup clocks
All the clocks controlled by the register 'CCM Serial Clock Multiplexer Register 1' should be fixup clocks. This patch changes those clocks from basic multiplexer or divider clocks to fixup clocks. Signed-off-by: Liu Ying <Ying.Liu@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/clk.h')
-rw-r--r--arch/arm/mach-imx/clk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/clk.h b/arch/arm/mach-imx/clk.h
index 2534359..3451f1f 100644
--- a/arch/arm/mach-imx/clk.h
+++ b/arch/arm/mach-imx/clk.h
@@ -6,6 +6,8 @@
extern spinlock_t imx_ccm_lock;
+extern void imx_cscmr1_fixup(u32 *val);
+
struct clk *imx_clk_pllv1(const char *name, const char *parent,
void __iomem *base);