summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorEven Xu <Feng.Xu@freescale.com>2011-12-02 11:31:04 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 21:09:03 +0800
commit9bcf83bb637965cce7409d239b1b4deb53113e89 (patch)
tree517bdfc5c087837756f7ff0c99f18759e4118934 /arch
parent9af3583febf0fe551742fed4c8846cbc915779ae (diff)
ENGR00163699-1 MX6Q: Add more mipi csi2 supported datatype
Add more mipi csi2 supported datatype. Signed-off-by: Even Xu <b21019@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-mxc/include/mach/mipi_csi2.h21
1 files changed, 14 insertions, 7 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mipi_csi2.h b/arch/arm/plat-mxc/include/mach/mipi_csi2.h
index 91a474d7cf23..7679027a2770 100644
--- a/arch/arm/plat-mxc/include/mach/mipi_csi2.h
+++ b/arch/arm/plat-mxc/include/mach/mipi_csi2.h
@@ -37,13 +37,20 @@
#define CSI2_SFT_RESET (0xf00/4)
/* mipi data type */
-#define MIPI_DT_YUV422 0x1e
-#define MIPI_DT_RGB444 0x20
-#define MIPI_DT_RGB555 0x21
-#define MIPI_DT_RGB565 0x22
-#define MIPI_DT_RGB888 0x24
-#define MIPI_DT_RAW8 0x2a
-#define MIPI_DT_RAW10 0x2b
+#define MIPI_DT_YUV420 0x18 /* YYY.../UYVY.... */
+#define MIPI_DT_YUV420_LEGACY 0x1a /* UYY.../VYY... */
+#define MIPI_DT_YUV422 0x1e /* UYVY... */
+#define MIPI_DT_RGB444 0x20
+#define MIPI_DT_RGB555 0x21
+#define MIPI_DT_RGB565 0x22
+#define MIPI_DT_RGB666 0x23
+#define MIPI_DT_RGB888 0x24
+#define MIPI_DT_RAW6 0x28
+#define MIPI_DT_RAW7 0x29
+#define MIPI_DT_RAW8 0x2a
+#define MIPI_DT_RAW10 0x2b
+#define MIPI_DT_RAW12 0x2c
+#define MIPI_DT_RAW14 0x2d
struct mipi_csi2_info;