diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2010-12-29 03:12:26 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-05 03:16:29 -0500 |
commit | 6fd465956e287f2bff8ff70ad4f27825dc3b468c (patch) | |
tree | 9e60e51cdca9e7e46a4c974dbd6036b84681abb0 /arch/arm/mach-shmobile/board-ap4evb.c | |
parent | 38f3a8794236af422312d280bbe3801130cfa63b (diff) |
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 <g.liakhovetski@gmx.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/board-ap4evb.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 87f9ee9eda41..acbb4f0579ab 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[] = { | |||
514 | static struct sh_mipi_dsi_info mipidsi0_info = { | 514 | static struct sh_mipi_dsi_info mipidsi0_info = { |
515 | .data_format = MIPI_RGB888, | 515 | .data_format = MIPI_RGB888, |
516 | .lcd_chan = &lcdc_info.ch[0], | 516 | .lcd_chan = &lcdc_info.ch[0], |
517 | .vsynw_offset = 17, | ||
517 | }; | 518 | }; |
518 | 519 | ||
519 | static struct platform_device mipidsi0_device = { | 520 | static struct platform_device mipidsi0_device = { |