aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2012-08-14 06:17:55 -0400
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2012-11-21 09:50:00 -0500
commit50b1a7447749ab137c4827c7758836471e663582 (patch)
tree16cd6ab8a57f1841605901e614add7322ffaca39 /include/video
parent7a4fcf91c83ad76d30ee876615d5fd35ef907e32 (diff)
fbdev: sh_mipi_dsi: Add channel field to platform data
The channel field stores the LCDC channel corresponding to the MIPI-DSI transmitter. The information is currently obtained through the lcd_chan field that will be removed. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/sh_mipi_dsi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/sh_mipi_dsi.h b/include/video/sh_mipi_dsi.h
index 06c67fbc4eee..eae71d94d241 100644
--- a/include/video/sh_mipi_dsi.h
+++ b/include/video/sh_mipi_dsi.h
@@ -48,6 +48,7 @@ struct sh_mobile_lcdc_chan_cfg;
48struct sh_mipi_dsi_info { 48struct sh_mipi_dsi_info {
49 enum sh_mipi_dsi_data_fmt data_format; 49 enum sh_mipi_dsi_data_fmt data_format;
50 struct sh_mobile_lcdc_chan_cfg *lcd_chan; 50 struct sh_mobile_lcdc_chan_cfg *lcd_chan;
51 int channel;
51 int lane; 52 int lane;
52 unsigned long flags; 53 unsigned long flags;
53 u32 clksrc; 54 u32 clksrc;