From 18da264f061903105c484f21dcf94b9160cc9ac0 Mon Sep 17 00:00:00 2001 From: Philippe Langlais Date: Thu, 23 Feb 2012 13:48:14 +0100 Subject: mcde: hdmi: Workaround to don't use the clock framework for MCDE on Snowball After Jimmy Rubin commit "video: mcde: Add dsi/dpi freq settings", HDMI framebuffer is no more functional, hence this workaround. Signed-off-by: Philippe Langlais --- drivers/video/mcde/mcde_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/mcde/mcde_hw.c b/drivers/video/mcde/mcde_hw.c index 6e846e60f47..533b4d797d8 100644 --- a/drivers/video/mcde/mcde_hw.c +++ b/drivers/video/mcde/mcde_hw.c @@ -3425,7 +3425,7 @@ static int probe_hw(struct platform_device *pdev) input_fifo_size = 128; output_fifo_ab_size = 640; output_fifo_c0c1_size = 160; - dsi_use_clk_framework = true; + dsi_use_clk_framework = false; dev_info(&mcde_dev->dev, "db8500 V2 HW\n"); break; case MCDE_VERSION_4_0_4: -- cgit v1.2.3