From 84192742d9c26d75f26751f9e692cc68230d43a5 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 24 May 2013 14:22:31 +0300 Subject: OMAPDSS: Add Sony ACX565AKM panel driver Add Sony ACX565AKM panel driver which uses the new DSS device model and DSS ops. Signed-off-by: Tomi Valkeinen Tested-by: Aaro Koskinen --- include/video/omap-panel-data.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'include') diff --git a/include/video/omap-panel-data.h b/include/video/omap-panel-data.h index d4d93a90070..678f5f70da1 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 */ -- cgit v1.2.3