summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-05-31 16:52:43 +0800
committerAlan Tull <alan.tull@freescale.com>2011-06-03 16:45:25 -0500
commitccbea35fe9619817095b2e8a2761d8aace0be90c (patch)
tree763e0710a683fb598d673bdc2dcc34f887fff95c /include
parent53b94bf692a313cdff836ebdd625cdc7f8d47b0b (diff)
ENGR00144287-2 header file: make hdmi work for both mx53 and mx50
After mx50 hdmi patches in, it make issues of mx53 platform. This patch fix such issues on mx53 like: 1. dual display will make edid video mode into both fb0 and fb1 2. after v4l2 output playback, fb0 will be blank. Signed-off-by: Jason Chen <b02280@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index e9f249c54338..2ac50a3d9e1e 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -312,6 +312,7 @@ struct mxc_lcd_platform_data {
void (*put_pins) (void);
void (*enable_pins) (void);
void (*disable_pins) (void);
+ char *fb_id;
int boot_enable;
};