]> 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, 17 Jun 2014 13:14:25 +0000 (21:14 +0800)
commitc7eacada6f6da58b72831b305ea14d28bd05d860
treec278fd72188bb1d3a9734273ece8f755127dc624
parent8a400452106ae39519e91fc0d2abae3845dbdd00
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