From c8f8df8e3e6c16aa74eb17aadba1f9fa1d5eacbf Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 22 Feb 2013 13:42:59 +0200 Subject: [PATCH] --- yaml --- r: 371354 b: refs/heads/master c: 2c1a3ea0dc48d6b5d580781578a40f9a9e4acef8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/video/omap2/dss/dsi.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 99df0c278a0a..4915a209c108 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b7dec9b66f49304470291a95ea3855c9c9fe193b +refs/heads/master: 2c1a3ea0dc48d6b5d580781578a40f9a9e4acef8 diff --git a/trunk/drivers/video/omap2/dss/dsi.c b/trunk/drivers/video/omap2/dss/dsi.c index c9f9d0faf8e3..b0eed4323394 100644 --- a/trunk/drivers/video/omap2/dss/dsi.c +++ b/trunk/drivers/video/omap2/dss/dsi.c @@ -2794,6 +2794,7 @@ static int dsi_vc_enable(struct platform_device *dsidev, int channel, static void dsi_vc_initial_config(struct platform_device *dsidev, int channel) { + struct dsi_data *dsi = dsi_get_dsidrv_data(dsidev); u32 r; DSSDBG("Initial config of virtual channel %d", channel); @@ -2818,6 +2819,8 @@ static void dsi_vc_initial_config(struct platform_device *dsidev, int channel) r = FLD_MOD(r, 4, 23, 21); /* DMA_TX_REQ_NB = no dma */ dsi_write_reg(dsidev, DSI_VC_CTRL(channel), r); + + dsi->vc[channel].source = DSI_VC_SOURCE_L4; } static int dsi_vc_config_source(struct platform_device *dsidev, int channel,