aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-shmobile/board-ag5evm.c1
-rw-r--r--arch/arm/mach-shmobile/board-ap4evb.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-ag5evm.c b/arch/arm/mach-shmobile/board-ag5evm.c
index 52b5e64eb6b9..a38931f6b843 100644
--- a/arch/arm/mach-shmobile/board-ag5evm.c
+++ b/arch/arm/mach-shmobile/board-ag5evm.c
@@ -272,6 +272,7 @@ static struct sh_mobile_lcdc_info lcdc0_info;
272static struct sh_mipi_dsi_info mipidsi0_info = { 272static struct sh_mipi_dsi_info mipidsi0_info = {
273 .data_format = MIPI_RGB888, 273 .data_format = MIPI_RGB888,
274 .lcd_chan = &lcdc0_info.ch[0], 274 .lcd_chan = &lcdc0_info.ch[0],
275 .channel = LCDC_CHAN_MAINLCD,
275 .lane = 2, 276 .lane = 2,
276 .vsynw_offset = 20, 277 .vsynw_offset = 20,
277 .clksrc = 1, 278 .clksrc = 1,
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index 790dc68c4312..25a46b5ed9b2 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -557,6 +557,7 @@ static struct sh_mobile_lcdc_info lcdc_info;
557static struct sh_mipi_dsi_info mipidsi0_info = { 557static struct sh_mipi_dsi_info mipidsi0_info = {
558 .data_format = MIPI_RGB888, 558 .data_format = MIPI_RGB888,
559 .lcd_chan = &lcdc_info.ch[0], 559 .lcd_chan = &lcdc_info.ch[0],
560 .channel = LCDC_CHAN_MAINLCD,
560 .lane = 2, 561 .lane = 2,
561 .vsynw_offset = 17, 562 .vsynw_offset = 17,
562 .phyctrl = 0x6 << 8, 563 .phyctrl = 0x6 << 8,