| #ifndef __OMAP_NOKIA_DSI_PANEL_H |
| #define __OMAP_NOKIA_DSI_PANEL_H |
| * struct nokia_dsi_panel_data - Nokia DSI panel driver configuration |
| * @use_ext_te: use external TE |
| * @ext_te_gpio: external TE GPIO |
| * @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 { |
| struct omap_dsi_pin_config pin_config; |
| #endif /* __OMAP_NOKIA_DSI_PANEL_H */ |