summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-08-04 13:18:46 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 20:21:52 +0800
commit56d3cbafe588db1305e34937f3a4454925c906a6 (patch)
tree0572c326706486b3d845da9b4fffb122e1ae3980 /include
parent5759bd3fe7ea273d954470d1380f4e55bf74a0e1 (diff)
ENGR00154108-1 fsl_devices.h: make ldb support two ipu in separate mode
make ldb support two ipu in separate mode Signed-off-by: Jason Chen <b02280@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index 4309a70a87a1..b54458f25fb5 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -200,12 +200,17 @@ struct fsl_mxc_ldb_platform_data {
#define LDB_SPL_DI1 2
#define LDB_DUL_DI0 3
#define LDB_DUL_DI1 4
-#define LDB_SIN_DI0 5
-#define LDB_SIN_DI1 6
-#define LDB_SEP 7
+#define LDB_SIN0 5
+#define LDB_SIN1 6
+#define LDB_SEP0 7
+#define LDB_SEP1 8
int mode;
int ipu_id;
int disp_id;
+
+ /*only work for separate mode*/
+ int sec_ipu_id;
+ int sec_disp_id;
};
struct fsl_mxc_lcd_platform_data {