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>
This commit is contained in:
Liu Ying
2013-07-04 17:57:17 +08:00
committed by Shawn Guo
parent a49e6c4b82
commit dfd871442e
4 changed files with 50 additions and 22 deletions

View File

@@ -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);