diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2013-07-04 13:57:17 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-16 09:11:25 +0400 |
commit | dfd871442e37d8563d2fe16fe65e6507fd3071fa (patch) | |
tree | 3e8f2f90399bfa786f638291d763ff3a30bd1d93 /arch/arm/mach-imx/clk.h | |
parent | a49e6c4b820488b79ada6da9ce609fa8611d3e00 (diff) | |
download | linux-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/clk.h b/arch/arm/mach-imx/clk.h index 2534359fdedc..3451f1f8ba1f 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); |