Merge tag 'hardening-v5.18-rc1-fix1' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / include / media / v4l2-mediabus.h
index 44195ce..e0db3bc 100644 (file)
 #define V4L2_MBUS_DATA_ENABLE_LOW              BIT(15)
 
 /* Serial flags */
-/* CSI-2 Virtual Channel identifiers. */
-#define V4L2_MBUS_CSI2_CHANNEL_0               BIT(4)
-#define V4L2_MBUS_CSI2_CHANNEL_1               BIT(5)
-#define V4L2_MBUS_CSI2_CHANNEL_2               BIT(6)
-#define V4L2_MBUS_CSI2_CHANNEL_3               BIT(7)
 /* Clock non-continuous mode support. */
-#define V4L2_MBUS_CSI2_CONTINUOUS_CLOCK                BIT(8)
-#define V4L2_MBUS_CSI2_NONCONTINUOUS_CLOCK     BIT(9)
-
-#define V4L2_MBUS_CSI2_CHANNELS                (V4L2_MBUS_CSI2_CHANNEL_0 | \
-                                        V4L2_MBUS_CSI2_CHANNEL_1 | \
-                                        V4L2_MBUS_CSI2_CHANNEL_2 | \
-                                        V4L2_MBUS_CSI2_CHANNEL_3)
+#define V4L2_MBUS_CSI2_NONCONTINUOUS_CLOCK     BIT(0)
 
 #define V4L2_MBUS_CSI2_MAX_DATA_LANES          8