]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: clk: imx: remove the CLK_SET_RATE_NO_REPARENT for imx_clk_mux_flags
authorHuang Shijie <b32955@freescale.com>
Mon, 26 May 2014 07:31:14 +0000 (15:31 +0800)
committerShawn Guo <shawn.guo@freescale.com>
Tue, 3 Jun 2014 07:37:15 +0000 (15:37 +0800)
commit44bb47258732dc63bce5d8abb9483fbac575c284
treefa4c7e8b66caa3e0a44e11bdce7cb367fff3fbc9
parent3383a6291d46938c1249a061f59e19cd379953c7
ARM: clk: imx: remove the CLK_SET_RATE_NO_REPARENT for imx_clk_mux_flags

The clocks for Quadspi controller may be different when different
NOR flashes are connected to the board.

But the CLK_SET_RATE_NO_REPARENT flag in the current imx_clk_mux_flags
makes the clock do not have the re-parent capability.

This patch removes the CLK_SET_RATE_NO_REPARENT for imx_clk_mux_flags.
It makes the Quadspi happy.

Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/mach-imx/clk.h