All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/5] EXYNOS5: Change parent clock of FIMD to MPLL
@ 2012-12-11 11:01 Ajay Kumar
  2012-12-11 11:01 ` [U-Boot] [PATCH 2/5] EXYNOS5: Add pinmux for LCD Ajay Kumar
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Ajay Kumar @ 2012-12-11 11:01 UTC (permalink / raw)
  To: u-boot

With VPLL as source clock to FIMD,
Exynos DP Initializaton was failing sometimes with unstable clock.
Changing FIMD source to resolves this issue.

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
---
 arch/arm/cpu/armv7/exynos/clock.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/cpu/armv7/exynos/clock.c b/arch/arm/cpu/armv7/exynos/clock.c
index fe61f88..bfcd5f7 100644
--- a/arch/arm/cpu/armv7/exynos/clock.c
+++ b/arch/arm/cpu/armv7/exynos/clock.c
@@ -603,7 +603,7 @@ void exynos5_set_lcd_clk(void)
 	 */
 	cfg = readl(&clk->src_disp1_0);
 	cfg &= ~(0xf);
-	cfg |= 0x8;
+	cfg |= 0x6;
 	writel(cfg, &clk->src_disp1_0);
 
 	/*
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-12-13  2:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-11 11:01 [U-Boot] [PATCH 1/5] EXYNOS5: Change parent clock of FIMD to MPLL Ajay Kumar
2012-12-11 11:01 ` [U-Boot] [PATCH 2/5] EXYNOS5: Add pinmux for LCD Ajay Kumar
2012-12-12 14:02   ` Kyungmin Park
2012-12-13  2:21     ` Minkyu Kang
2012-12-11 11:01 ` [U-Boot] [PATCH 3/5] video: Fix compilation dependency of exynos_dp and exynos_mipi on exynos_fb Ajay Kumar
2012-12-12 14:31   ` Simon Glass
2012-12-11 11:01 ` [U-Boot] [PATCH 4/5] EXYNOS5: Add support for FIMD and DP Ajay Kumar
2012-12-12 14:42   ` Simon Glass
2012-12-11 11:01 ` [U-Boot] [PATCH 5/5] video: Modify exynos_fimd driver to support LCD console Ajay Kumar
2012-12-12 14:46   ` Simon Glass
2012-12-12 14:31 ` [U-Boot] [PATCH 1/5] EXYNOS5: Change parent clock of FIMD to MPLL Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.