Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: dt-bindings: adv7180: Introduce 'adv,force-bt656-4' property

Captured NTSC video would be out of sync when using the adv7280 with
the BT.656-4 protocol. Certain registers (0x04, 0x31, 0xE6) need to
be configured properly to ensure BT.656-4 compatibility.

Introduce the 'adv,force-bt656-4' property to allow the ADV7280
behavior to be consistent with the ADV7180, where BT.656-4 timing
is used by default.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Fabio Estevam and committed by
Mauro Carvalho Chehab
28d1e476 f7b96a9f

+5
+5
Documentation/devicetree/bindings/media/i2c/adv7180.yaml
··· 38 38 reset-gpios: 39 39 maxItems: 1 40 40 41 + adv,force-bt656-4: 42 + description: 43 + Indicates that the output is a BT.656-4 compatible stream. 44 + type: boolean 45 + 41 46 port: 42 47 $ref: /schemas/graph.yaml#/$defs/port-base 43 48 unevaluatedProperties: false