aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-ag5evm.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2011-11-08 23:34:43 -0500
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-11-21 18:43:21 -0500
commit26c3d7ac219e74ab3939048a32d6bd3b4a16798a (patch)
treebc545725a8974969f56e9e159542a8a1129cd185 /arch/arm/mach-shmobile/board-ag5evm.c
parentd07a9d2a5e82ed677971b2e9f3e4cbd49b9ec34e (diff)
fbdev: sh_mipi_dsi: add lane control support
SH MIPI DSI can use 0-4 lane Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'arch/arm/mach-shmobile/board-ag5evm.c')
-rw-r--r--arch/arm/mach-shmobile/board-ag5evm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-ag5evm.c b/arch/arm/mach-shmobile/board-ag5evm.c
index b862e9f81e3e..e969fe91e505 100644
--- a/arch/arm/mach-shmobile/board-ag5evm.c
+++ b/arch/arm/mach-shmobile/board-ag5evm.c
@@ -324,6 +324,7 @@ static struct resource mipidsi0_resources[] = {
324static struct sh_mipi_dsi_info mipidsi0_info = { 324static struct sh_mipi_dsi_info mipidsi0_info = {
325 .data_format = MIPI_RGB888, 325 .data_format = MIPI_RGB888,
326 .lcd_chan = &lcdc0_info.ch[0], 326 .lcd_chan = &lcdc0_info.ch[0],
327 .lane = 2,
327 .vsynw_offset = 20, 328 .vsynw_offset = 20,
328 .clksrc = 1, 329 .clksrc = 1,
329 .flags = SH_MIPI_DSI_HSABM, 330 .flags = SH_MIPI_DSI_HSABM,