[media] media: OF: add "sync-on-green-active" property
This patch adds 'sync-on-green-active' property as part of endpoint property. Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
edcaa49a2a
commit
d1d70aa69d
@@ -40,6 +40,9 @@
|
||||
#define V4L2_MBUS_FIELD_EVEN_HIGH (1 << 10)
|
||||
/* FIELD = 1/0 - Field1 (odd)/Field2 (even) */
|
||||
#define V4L2_MBUS_FIELD_EVEN_LOW (1 << 11)
|
||||
/* Active state of Sync-on-green (SoG) signal, 0/1 for LOW/HIGH respectively. */
|
||||
#define V4L2_MBUS_VIDEO_SOG_ACTIVE_HIGH (1 << 12)
|
||||
#define V4L2_MBUS_VIDEO_SOG_ACTIVE_LOW (1 << 13)
|
||||
|
||||
/* Serial flags */
|
||||
/* How many lanes the client can use */
|
||||
|
Reference in New Issue
Block a user