diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/video/omap-panel-data.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/video/omap-panel-data.h b/include/video/omap-panel-data.h index d4d93a900709..678f5f70da1a 100644 --- a/include/video/omap-panel-data.h +++ b/include/video/omap-panel-data.h @@ -264,4 +264,20 @@ struct panel_dsicm_platform_data { struct omap_dsi_pin_config pin_config; }; +/** + * panel_acx565akm platform data + * @name: name for this display entity + * @source: name of the display entity used as a video source + * @reset_gpio: gpio to reset the panel (or -1) + * @datapairs: number of SDI datapairs + */ +struct panel_acx565akm_platform_data { + const char *name; + const char *source; + + int reset_gpio; + + int datapairs; +}; + #endif /* __OMAP_PANEL_DATA_H */ |