|
@@ -45,6 +45,8 @@
|
|
|
/* Active state of Sync-on-green (SoG) signal, 0/1 for LOW/HIGH respectively. */
|
|
/* Active state of Sync-on-green (SoG) signal, 0/1 for LOW/HIGH respectively. */
|
|
|
#define V4L2_MBUS_VIDEO_SOG_ACTIVE_HIGH BIT(12)
|
|
#define V4L2_MBUS_VIDEO_SOG_ACTIVE_HIGH BIT(12)
|
|
|
#define V4L2_MBUS_VIDEO_SOG_ACTIVE_LOW BIT(13)
|
|
#define V4L2_MBUS_VIDEO_SOG_ACTIVE_LOW BIT(13)
|
|
|
|
|
+#define V4L2_MBUS_DATA_ENABLE_HIGH BIT(14)
|
|
|
|
|
+#define V4L2_MBUS_DATA_ENABLE_LOW BIT(15)
|
|
|
|
|
|
|
|
/* Serial flags */
|
|
/* Serial flags */
|
|
|
/* How many lanes the client can use */
|
|
/* How many lanes the client can use */
|