summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/clock.c
diff options
context:
space:
mode:
authorSandor Yu <R01008@freescale.com>2012-07-18 17:43:39 +0800
committerSandor Yu <R01008@freescale.com>2012-07-26 10:55:15 +0800
commitad373c687c56cd1a8e8c47e00b1a07deb84c6310 (patch)
tree757c4b424466a9d40c74666b5541d259c37521b4 /arch/arm/mach-mx6/clock.c
parent9f607fddb874258c1f4e5230c8603c7466e03a0c (diff)
ENGR00216848 MX6 DL dual display failed on HDMI and LVDS
HDMI output video mode is 1080p, LVDS output is XGA. The IPU bandwidth is not enough to support the two display output when IPU HSP clock setting to 200MHz, increase the IPU HSP clock to 270MHz and dual display can work. Signed-off-by: Sandor Yu <R01008@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/clock.c')
-rw-r--r--arch/arm/mach-mx6/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/clock.c b/arch/arm/mach-mx6/clock.c
index 600cd8b23414..0f87ce4d4ae1 100644
--- a/arch/arm/mach-mx6/clock.c
+++ b/arch/arm/mach-mx6/clock.c
@@ -5383,7 +5383,7 @@ 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_parent(&ipu1_clk, &pll2_pfd_400M);
+ clk_set_parent(&ipu1_clk, &pll3_pfd_540M);
/* pxp & epdc */
clk_set_parent(&ipu2_clk, &pll2_pfd_400M);
clk_set_rate(&ipu2_clk, 200000000);