On Tue, 18 Sep 2018 15:14:48 +0200, Marco Felsch wrote: > The TVP5150/1 decoders support different video input sources to their > AIP1A/B pins. > > Possible configurations are as follows: > - Analog Composite signal connected to AIP1A. > - Analog Composite signal connected to AIP1B. > - Analog S-Video Y (luminance) and C (chrominance) > signals connected to AIP1A and AIP1B respectively. > > This patch extends the device tree bindings documentation to describe > how the input connectors for these devices should be defined in a DT. > > Signed-off-by: Marco Felsch <m.felsch@xxxxxxxxxxxxxx> > --- > Changelog: > > v3: > - remove examples for one and two inputs > - replace space by tabs > > v2: > - adapt port layout in accordance with > https://www.spinics.net/lists/linux-media/msg138546.html with the > svideo-connector deviation (use only one endpoint) > > .../devicetree/bindings/media/i2c/tvp5150.txt | 92 +++++++++++++++++-- > 1 file changed, 85 insertions(+), 7 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>