Commit 6a219f15 authored by Ian Molton's avatar Ian Molton Committed by Mauro Carvalho Chehab

[media] media: adv7604: document support for ADV7612 dual HDMI input decoder

This documentation accompanies the patch adding support for the ADV7612
dual HDMI decoder / repeater chip.
Signed-off-by: default avatarIan Molton <ian.molton@codethink.co.uk>
Reviewed-by: default avatarWilliam Towle <william.towle@codethink.co.uk>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 8331d30b
* Analog Devices ADV7604/11 video decoder with HDMI receiver * Analog Devices ADV7604/11/12 video decoder with HDMI receiver
The ADV7604 and ADV7611 are multiformat video decoders with an integrated HDMI The ADV7604 and ADV7611/12 are multiformat video decoders with an integrated
receiver. The ADV7604 has four multiplexed HDMI inputs and one analog input, HDMI receiver. The ADV7604 has four multiplexed HDMI inputs and one analog
and the ADV7611 has one HDMI input and no analog input. input, and the ADV7611 has one HDMI input and no analog input. The 7612 is
similar to the 7611 but has 2 HDMI inputs.
These device tree bindings support the ADV7611 only at the moment. These device tree bindings support the ADV7611/12 only at the moment.
Required Properties: Required Properties:
- compatible: Must contain one of the following - compatible: Must contain one of the following
- "adi,adv7611" for the ADV7611 - "adi,adv7611" for the ADV7611
- "adi,adv7612" for the ADV7612
- reg: I2C slave address - reg: I2C slave address
...@@ -22,10 +24,10 @@ port, in accordance with the video interface bindings defined in ...@@ -22,10 +24,10 @@ port, in accordance with the video interface bindings defined in
Documentation/devicetree/bindings/media/video-interfaces.txt. The port nodes Documentation/devicetree/bindings/media/video-interfaces.txt. The port nodes
are numbered as follows. are numbered as follows.
Port ADV7611 Port ADV7611 ADV7612
------------------------------------------------------------ ------------------------------------------------------------
HDMI 0 HDMI 0 0, 1
Digital output 1 Digital output 1 2
The digital output port node must contain at least one endpoint. The digital output port node must contain at least one endpoint.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment