summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLiu Ying <Ying.Liu@freescale.com>2012-08-27 13:53:50 +0800
committerJason Liu <r64343@freescale.com>2012-08-29 17:08:31 +0800
commit302cc6de58417904111075958f2eac8a4a089041 (patch)
tree40a04cab41d17e34be116070e1377c6f9f6f6adf /arch
parentf52877dfa6138a1ea4daead6ebe25d423f759eeb (diff)
ENGR00221457 MX6DL clock:Set PLL3_PFD_540M to 540MHz
This patch sets PLL3_PFD_540M clock frequency to 540MHz so that IPU and VPU clock can reach 270MHz. Signed-off-by: Liu Ying <Ying.Liu@freescale.com> (cherry picked from commit faf59e846f03b37c65996e58d045de8d64481283)
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx6/clock.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/clock.c b/arch/arm/mach-mx6/clock.c
index e0348e4f2e33..c2bf20177909 100644
--- a/arch/arm/mach-mx6/clock.c
+++ b/arch/arm/mach-mx6/clock.c
@@ -5412,6 +5412,8 @@ int __init mx6_clocks_init(unsigned long ckil, unsigned long osc,
/* on mx6dl gpu2d_axi_clk source from mmdc0 directly */
clk_set_parent(&gpu2d_axi_clk, &mmdc_ch0_axi_clk[0]);
+ clk_set_rate(&pll3_pfd_540M, 540000000);
+
clk_set_parent(&ipu1_clk, &pll3_pfd_540M);
/* pxp & epdc */
clk_set_parent(&ipu2_clk, &pll2_pfd_400M);