ARM: mach-shmobile: Initiliaze the new sh_mipi_dsi_info channel field
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 14 Aug 2012 10:21:17 +0000 (12:21 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 21 Nov 2012 14:50:00 +0000 (15:50 +0100)
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Simon Horman <horms@verge.net.au>
arch/arm/mach-shmobile/board-ag5evm.c
arch/arm/mach-shmobile/board-ap4evb.c

index 52b5e64eb6b9c7f424dc5c8cdbf185e8c56e299f..a38931f6b843ee23d240ae9fec9d2bf8088a3eb5 100644 (file)
@@ -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,
index 790dc68c431250a8ae7021bf622102826471ba16..25a46b5ed9b206915ad27733d9d2c7601b0e8004 100644 (file)
@@ -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,
This page took 0.025737 seconds and 5 git commands to generate.