]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00163699-1 MX6Q: Add more mipi csi2 supported datatype
authorEven Xu <Feng.Xu@freescale.com>
Fri, 2 Dec 2011 03:31:04 +0000 (11:31 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:33:33 +0000 (08:33 +0200)
Add more mipi csi2 supported datatype.

Signed-off-by: Even Xu <b21019@freescale.com>
arch/arm/plat-mxc/include/mach/mipi_csi2.h

index 91a474d7cf234049e059745b4c5fb5946f31fb96..7679027a27705db92c63c3b2471aa9eb5f0f6d25 100644 (file)
 #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;