]> Pileus Git - ~andy/linux/blobdiff - include/video/omap-panel-nokia-dsi.h
Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[~andy/linux] / include / video / omap-panel-nokia-dsi.h
index 7dc71f9c13e6a2eece19e6f7c956f5a7048e5631..04219a2955397b63fefbf22149e64c7d8e1890b9 100644 (file)
@@ -11,6 +11,7 @@ struct omap_dss_device;
  * @esd_interval: interval of ESD checks, 0 = disabled (ms)
  * @ulps_timeout: time to wait before entering ULPS, 0 = disabled (ms)
  * @use_dsi_backlight: true if panel uses DSI command to control backlight
+ * @pin_config: DSI pin configuration
  */
 struct nokia_dsi_panel_data {
        const char *name;
@@ -24,6 +25,8 @@ struct nokia_dsi_panel_data {
        unsigned ulps_timeout;
 
        bool use_dsi_backlight;
+
+       struct omap_dsi_pin_config pin_config;
 };
 
 #endif /* __OMAP_NOKIA_DSI_PANEL_H */