aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-08-30 11:46:09 +0800
committerEric Miao <eric.miao@linaro.org>2011-10-14 09:56:58 +0800
commitb9d93ef1291f6c1c73cd57bdd0cb9d3540336a5f (patch)
treea0ef8b1403450ad95b7b12997a0ed5b7f5b3373a /include/linux
parente211cd6e58495e56c994ed95f702826a91afe081 (diff)
ipuv3: add driver for LDB - LVDS Display Bridge
Signed-off-by: Jason Chen <b02280@freescale.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fsl_devices.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index 7d5ee84d34b..d0e4c9a0b68 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -178,4 +178,24 @@ struct fsl_mxc_lcd_platform_data {
int disp_id;
};
+struct fsl_mxc_ldb_platform_data {
+ char *lvds_bg_reg;
+ u32 ext_ref;
+#define LDB_SPL_DI0 1
+#define LDB_SPL_DI1 2
+#define LDB_DUL_DI0 3
+#define LDB_DUL_DI1 4
+#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;
+};
+
#endif /* _FSL_DEVICE_H_ */