From: Guennadi Liakhovetski Date: Wed, 29 Dec 2010 08:12:26 +0000 (+0000) Subject: ARM: mach-shmobile: specify sh7372 MIPI DSI register layout X-Git-Tag: v2.6.38-rc1~474^2~8^2~1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6fd465956e287f2bff8ff70ad4f27825dc3b468c;p=~shefty%2Frdma-dev.git ARM: mach-shmobile: specify sh7372 MIPI DSI register layout Prepare the ap4evb board for the MIPI DSI driver transition to support different register layouts. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Paul Mundt --- diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 87f9ee9eda4..acbb4f0579a 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c @@ -514,6 +514,7 @@ static struct resource mipidsi0_resources[] = { static struct sh_mipi_dsi_info mipidsi0_info = { .data_format = MIPI_RGB888, .lcd_chan = &lcdc_info.ch[0], + .vsynw_offset = 17, }; static struct platform_device mipidsi0_device = {