[...]diff --git a/Documentation/devicetree/bindings/media/i2c/tvp7002.txt
b/Documentation/devicetree/bindings/media/i2c/tvp7002.txt
new file mode 100644
index 0000000..9daebe1
--- /dev/null
+++ b/Documentation/devicetree/bindings/media/i2c/tvp7002.txt
@@ -0,0 +1,43 @@
+* Texas Instruments TV7002 video decoder
+
Argh I some how missed it out, sorry this should be 'field-even-active'+
+- ti,tvp7002-fid-polarity: Active-high Field ID polarity of the endpoint.
I thought it was agreed 'field-even-active' would be used instead of
this device specific property. Did you run into any issues with that ?
And include/media/tvp70002.h:Yes the driver is selecting the default SOGIN_1 input.
* fid_polarity:
* 0 -> the field ID output is set to logic 1 for an
odd
* field (field 1) and set to logic 0 for an even
* field (field 0).
* 1 -> operation with polarity inverted.
Do you know if the chip automatically selects video sync source
(sync-on-green
vs. VSYNC/HSYNC) and there is no need to configure this on the analogue
input
side ? At least the driver seems to always select the default SOGIN_1 input
(TVP7002_IN_MUX_SEL_1 register is set only at initialization time).
Or perhaps it just outputs on SOGOUT, VSOUT, HSOUT lines whatever is fed to
its analogue inputs, and any further processing unit need to determine what
synchronization signal is present and should be used ?
Yes that correct, there is a register (Sync Detect Status) which
detects the sync for you.
I suspect that we don't need, e.g. another endpoint node to specify theIf I understand correctly you mean if there are two tvp7002 devices connected
configuration of the TVP7002 analogue input interface, that would contain
a property like video-sync.
we don’t need to specify video-sync property, but my question how do we
specify this property in common then ?