summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDinh Nguyen <Dinh.Nguyen@freescale.com>2010-09-14 21:18:49 -0500
committerAlan Tull <r80115@freescale.com>2010-09-25 09:51:31 -0500
commit015118b94ecd62e63139e95df5bd32aef670b1da (patch)
treee01816713d6eb2849836ccc584cbe2d7437f652a /include
parent074585c996122ee5110619fc14183b8461904e27 (diff)
ENGR00126260-4 - Add epdc_fb_mode data structure
Add epdc_fb_mode data struction to fsl_devices.h Signed-off-by: Danny Nold <dannynold@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index 7ebf4953e2d2..ddfdc42da822 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -294,7 +294,23 @@ struct mxc_tvin_platform_data {
void (*reset) (void);
};
+struct mxc_epdc_fb_mode {
+ struct fb_videomode *vmode;
+ int vscan_holdoff;
+ int sdoed_width;
+ int sdoed_delay;
+ int sdoez_width;
+ int sdoez_delay;
+ int gdclk_hp_offs;
+ int gdsp_offs;
+ int gdoe_offs;
+ int gdclk_offs;
+ int num_ce;
+};
+
struct mxc_epdc_fb_platform_data {
+ struct mxc_epdc_fb_mode *epdc_mode;
+ int num_modes;
void (*get_pins) (void);
void (*put_pins) (void);
void (*enable_pins) (void);