From 0984097c03710960b1dcfd7867abaf0c9edf78f5 Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Thu, 26 May 2016 16:32:06 +0300 Subject: omapfb: panel-dsi-cm: Remove legacy boot support The panel is not used by any legacy board files so the legacy (pdata) boot support can be dropped. Signed-off-by: Peter Ujfalusi --- include/video/omap-panel-data.h | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'include/video/omap-panel-data.h') diff --git a/include/video/omap-panel-data.h b/include/video/omap-panel-data.h index 74486bcc754e..e7b0e889d6d0 100644 --- a/include/video/omap-panel-data.h +++ b/include/video/omap-panel-data.h @@ -104,33 +104,6 @@ struct panel_dpi_platform_data { int enable_gpio; }; -/** - * panel_dsicm 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) - * @use_ext_te: use external TE GPIO - * @ext_te_gpio: external TE GPIO - * @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 panel_dsicm_platform_data { - const char *name; - const char *source; - - int reset_gpio; - - bool use_ext_te; - int ext_te_gpio; - - unsigned ulps_timeout; - - bool use_dsi_backlight; - - struct omap_dsi_pin_config pin_config; -}; - /** * panel_acx565akm platform data * @name: name for this display entity -- cgit