fbdev: sh_mipi_dsi: Add channel field to platform data
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 14 Aug 2012 10:17:55 +0000 (12:17 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 21 Nov 2012 14:50:00 +0000 (15:50 +0100)
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>
include/video/sh_mipi_dsi.h

index 06c67fb..eae71d9 100644 (file)
@@ -48,6 +48,7 @@ struct sh_mobile_lcdc_chan_cfg;
 struct sh_mipi_dsi_info {
        enum sh_mipi_dsi_data_fmt       data_format;
        struct sh_mobile_lcdc_chan_cfg  *lcd_chan;
+       int                             channel;
        int                             lane;
        unsigned long                   flags;
        u32                             clksrc;