media: Add MIPI CSI-2 28 bits per pixel raw data type
authorSakari Ailus <sakari.ailus@linux.intel.com>
Thu, 28 Apr 2022 22:52:06 +0000 (00:52 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Tue, 17 May 2022 07:17:26 +0000 (09:17 +0200)
Add CSI-2 data type for 28 bits per pixel data.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
include/media/mipi-csi2.h

index 392794e5badd05c1fa4f06f5e55195890f53a072..c3d8f12234b1fb73ced5ac5c0adcc9f1a3328e0d 100644 (file)
@@ -31,6 +31,7 @@
 #define MIPI_CSI2_DT_RGB565            0x22
 #define MIPI_CSI2_DT_RGB666            0x23
 #define MIPI_CSI2_DT_RGB888            0x24
+#define MIPI_CSI2_DT_RAW28             0x26
 #define MIPI_CSI2_DT_RAW24             0x27
 #define MIPI_CSI2_DT_RAW6              0x28
 #define MIPI_CSI2_DT_RAW7              0x29