aboutsummaryrefslogtreecommitdiffstats
path: root/include/video/omap-panel-data.h
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2016-05-26 09:27:16 -0400
committerPeter Ujfalusi <peter.ujfalusi@ti.com>2016-06-03 09:06:21 -0400
commitd8647f9e1eda9f4d8df6b4e67bd8389c38c72a85 (patch)
tree4e9703e9476d5b059369011219141228f3cb34c8 /include/video/omap-panel-data.h
parent97177bdd49137c8b622a7f5fcf42f4bd93cd7d1b (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/video/omap-panel-data.h')
-rw-r--r--include/video/omap-panel-data.h24
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 {
165 int enable_gpio; 165 int enable_gpio;
166}; 166};
167 167
168/**
169 * panel_sharp_ls037v7dw01 platform data
170 * @name: name for this display entity
171 * @source: name of the display entity used as a video source
172 * @data_lines: number of DPI datalines
173 * @resb_gpio: reset signal GPIO
174 * @ini_gpio: power on control GPIO
175 * @mo_gpio: selection for resolution(VGA/QVGA) GPIO
176 * @lr_gpio: selection for horizontal scanning direction GPIO
177 * @ud_gpio: selection for vertical scanning direction GPIO
178 */
179struct panel_sharp_ls037v7dw01_platform_data {
180 const char *name;
181 const char *source;
182
183 int data_lines;
184
185 int resb_gpio;
186 int ini_gpio;
187 int mo_gpio;
188 int lr_gpio;
189 int ud_gpio;
190};
191
192#endif /* __OMAP_PANEL_DATA_H */ 168#endif /* __OMAP_PANEL_DATA_H */