Browse Source

ARM: mach-shmobile: Initiliaze the new sh_mipi_dsi_info channel field

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Simon Horman <horms@verge.net.au>
Laurent Pinchart 13 years ago
parent
commit
772f5d1b78
2 changed files with 2 additions and 0 deletions
  1. 1 0
      arch/arm/mach-shmobile/board-ag5evm.c
  2. 1 0
      arch/arm/mach-shmobile/board-ap4evb.c

+ 1 - 0
arch/arm/mach-shmobile/board-ag5evm.c

@@ -272,6 +272,7 @@ static struct sh_mobile_lcdc_info lcdc0_info;
 static struct sh_mipi_dsi_info mipidsi0_info = {
 	.data_format	= MIPI_RGB888,
 	.lcd_chan	= &lcdc0_info.ch[0],
+	.channel	= LCDC_CHAN_MAINLCD,
 	.lane		= 2,
 	.vsynw_offset	= 20,
 	.clksrc		= 1,

+ 1 - 0
arch/arm/mach-shmobile/board-ap4evb.c

@@ -557,6 +557,7 @@ static struct sh_mobile_lcdc_info lcdc_info;
 static struct sh_mipi_dsi_info mipidsi0_info = {
 	.data_format	= MIPI_RGB888,
 	.lcd_chan	= &lcdc_info.ch[0],
+	.channel	= LCDC_CHAN_MAINLCD,
 	.lane		= 2,
 	.vsynw_offset	= 17,
 	.phyctrl	= 0x6 << 8,