diff options
author | Peter Ujfalusi | 2016-05-26 16:27:16 +0300 |
---|---|---|
committer | Peter Ujfalusi | 2016-06-03 16:06:21 +0300 |
commit | d8647f9e1eda9f4d8df6b4e67bd8389c38c72a85 (patch) | |
tree | 4e9703e9476d5b059369011219141228f3cb34c8 /include | |
parent | 97177bdd49137c8b622a7f5fcf42f4bd93cd7d1b (diff) |
omapfb: panel-sharp-ls037v7dw01: 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 <peter.ujfalusi@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/video/omap-panel-data.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/include/video/omap-panel-data.h b/include/video/omap-panel-data.h index 34ee7509752f..085b4171eb25 100644 --- a/include/video/omap-panel-data.h +++ b/include/video/omap-panel-data.h @@ -165,28 +165,4 @@ struct panel_lb035q02_platform_data { int enable_gpio; }; -/** - * panel_sharp_ls037v7dw01 platform data - * @name: name for this display entity - * @source: name of the display entity used as a video source - * @data_lines: number of DPI datalines - * @resb_gpio: reset signal GPIO - * @ini_gpio: power on control GPIO - * @mo_gpio: selection for resolution(VGA/QVGA) GPIO - * @lr_gpio: selection for horizontal scanning direction GPIO - * @ud_gpio: selection for vertical scanning direction GPIO - */ -struct panel_sharp_ls037v7dw01_platform_data { - const char *name; - const char *source; - - int data_lines; - - int resb_gpio; - int ini_gpio; - int mo_gpio; - int lr_gpio; - int ud_gpio; -}; - #endif /* __OMAP_PANEL_DATA_H */ |