Commit 772f5d1b authored by Laurent Pinchart's avatar Laurent Pinchart

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

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: default avatarSimon Horman <horms@verge.net.au>
parent 50b1a744
...@@ -272,6 +272,7 @@ static struct sh_mobile_lcdc_info lcdc0_info; ...@@ -272,6 +272,7 @@ static struct sh_mobile_lcdc_info lcdc0_info;
static struct sh_mipi_dsi_info mipidsi0_info = { static struct sh_mipi_dsi_info mipidsi0_info = {
.data_format = MIPI_RGB888, .data_format = MIPI_RGB888,
.lcd_chan = &lcdc0_info.ch[0], .lcd_chan = &lcdc0_info.ch[0],
.channel = LCDC_CHAN_MAINLCD,
.lane = 2, .lane = 2,
.vsynw_offset = 20, .vsynw_offset = 20,
.clksrc = 1, .clksrc = 1,
......
...@@ -557,6 +557,7 @@ static struct sh_mobile_lcdc_info lcdc_info; ...@@ -557,6 +557,7 @@ static struct sh_mobile_lcdc_info lcdc_info;
static struct sh_mipi_dsi_info mipidsi0_info = { static struct sh_mipi_dsi_info mipidsi0_info = {
.data_format = MIPI_RGB888, .data_format = MIPI_RGB888,
.lcd_chan = &lcdc_info.ch[0], .lcd_chan = &lcdc_info.ch[0],
.channel = LCDC_CHAN_MAINLCD,
.lane = 2, .lane = 2,
.vsynw_offset = 17, .vsynw_offset = 17,
.phyctrl = 0x6 << 8, .phyctrl = 0x6 << 8,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment