* [PATCH] exynos4: Frame buffer clock source changed to "lcd".
@ 2011-12-23 11:48 Evgeny Voevodin
2012-01-10 10:14 ` Evgeny Voevodin
0 siblings, 1 reply; 2+ messages in thread
From: Evgeny Voevodin @ 2011-12-23 11:48 UTC (permalink / raw)
To: linux-arm-kernel
With "fimd" kernel couldn't find the clock during boot-up:
"s3c-fb exynos4-fb.0: failed to get bus clock"
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
---
arch/arm/mach-exynos/clock.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-exynos/clock.c b/arch/arm/mach-exynos/clock.c
index 2894f0a..8e52be5 100644
--- a/arch/arm/mach-exynos/clock.c
+++ b/arch/arm/mach-exynos/clock.c
@@ -489,7 +489,7 @@ static struct clk init_clocks_off[] = {
.enable = exynos4_clk_ip_cam_ctrl,
.ctrlbit = (1 << 3),
}, {
- .name = "fimd",
+ .name = "lcd",
.devname = "exynos4-fb.0",
.enable = exynos4_clk_ip_lcd0_ctrl,
.ctrlbit = (1 << 0),
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] exynos4: Frame buffer clock source changed to "lcd".
2011-12-23 11:48 [PATCH] exynos4: Frame buffer clock source changed to "lcd" Evgeny Voevodin
@ 2012-01-10 10:14 ` Evgeny Voevodin
0 siblings, 0 replies; 2+ messages in thread
From: Evgeny Voevodin @ 2012-01-10 10:14 UTC (permalink / raw)
To: linux-arm-kernel
ping...
--
Kind regards,
Evgeny Voevodin,
Leading Software Engineer,
ASWG, Moscow R&D center, Samsung Electronics
e-mail: e.voevodin at samsung.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-10 10:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-23 11:48 [PATCH] exynos4: Frame buffer clock source changed to "lcd" Evgeny Voevodin
2012-01-10 10:14 ` Evgeny Voevodin
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.