summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2014-10-03 12:49:02 +0200
committerStefan Agner <stefan.agner@toradex.com>2014-10-03 12:49:02 +0200
commita644e779387de3597a6343cf7fe82b5acea27538 (patch)
treeb4747fc7598bac1f8cda8a19f4d8d04ec7918bcd
parent84668be6b1f133467ff743012d1195823073966a (diff)
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.
-rw-r--r--arch/arm/mach-imx/clk-vf610.c1
1 files changed, 0 insertions, 1 deletions
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]]);