summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobby Cai <R63905@freescale.com>2012-05-18 18:11:16 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:37:43 +0800
commitc414cdef98a74af4c9fdf1ba4d21e7731ec394c4 (patch)
tree5b49c7b90a2b70fde223ad47752a1a937c74e89f /include
parent02dea80ca87217eb3d8942f45cfea24f983940bb (diff)
ENGR00209978-2: imx6sl: lcdif: update driver part
- use new console lock/unlock Board Rework Needed: - remove R572, R569, R611 to eliminate conflict with FEC modules. Signed-off-by: Robby Cai <R63905@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index bec8fe9cd838..b476173e21a4 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -238,6 +238,13 @@ struct fsl_mxc_ldb_platform_data {
int sec_disp_id;
};
+struct mxc_fb_platform_data {
+ struct fb_videomode *mode;
+ int num_modes;
+ char *mode_str;
+ u32 interface_pix_fmt;
+};
+
struct fsl_mxc_lcd_platform_data {
char *io_reg;
char *core_reg;