summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-08-04 13:18:46 +0800
committerJason Chen <b02280@freescale.com>2011-08-05 11:25:32 +0800
commit1f6fc2b9c1d5311f984ba32cc6357ebf9fbc5682 (patch)
tree04bea5a6eeb167874ec36d6af9aa8fa648164c1d /include
parentb3448d7dba355334ace56f951bbe841010f22269 (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 d60e94bed28f..22635b152bd2 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -195,12 +195,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 {