From a644e779387de3597a6343cf7fe82b5acea27538 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 3 Oct 2014 12:49:02 +0200 Subject: ARM: clk: don't request clock for DCU We should not request a specific clock for DCU, instead we use leave the maximum clock in order to have more flexibilty inside the DCU IP. --- arch/arm/mach-imx/clk-vf610.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-imx/clk-vf610.c b/arch/arm/mach-imx/clk-vf610.c index 3c4b88e32c45..41c08c126888 100644 --- a/arch/arm/mach-imx/clk-vf610.c +++ b/arch/arm/mach-imx/clk-vf610.c @@ -339,7 +339,6 @@ static void __init vf610_clocks_init(struct device_node *ccm_node) clk_set_parent(clk[VF610_CLK_SAI3_SEL], clk[VF610_CLK_AUDIO_EXT]); clk_set_parent(clk[VF610_CLK_DCU0_SEL], clk[VF610_CLK_PLL1_PFD2]); - clk_set_rate(clk[VF610_CLK_DCU0_DIV], 113200000); for (i = 0; i < ARRAY_SIZE(clks_init_on); i++) clk_prepare_enable(clk[clks_init_on[i]]); -- cgit v1.2.3