From 39f287c01ef6d7030895d9e435f25af72c011b49 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 9d3ddd48a31..92cdb1ef7a9 100644 --- a/drivers/video/mcde/mcde_hw.c +++ b/drivers/video/mcde/mcde_hw.c @@ -3550,7 +3550,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