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

media: Add ADV7610 support for adv7604 driver - DT docs.

ADV7610 is another HDMI receiver chip, very similar to
the ADV7611. Tested on TinyRex BaseBoard Lite.

Signed-off-by: Krzysztof Hałasa <khalasa@piap.pl>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Krzysztof Hałasa and committed by
Mauro Carvalho Chehab
901a52c4 d64a7709

+7 -6
+7 -6
Documentation/devicetree/bindings/media/i2c/adv7604.yaml
··· 4 4 $id: http://devicetree.org/schemas/media/i2c/adv7604.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: Analog Devices ADV7604/11/12 video decoder with HDMI receiver 7 + title: Analog Devices ADV7604/10/11/12 video decoder with HDMI receiver 8 8 9 9 maintainers: 10 10 - Hans Verkuil <hverkuil-cisco@xs4all.nl> 11 11 12 12 description: 13 - The ADV7604 and ADV7611/12 are multiformat video decoders with an integrated 14 - HDMI receiver. The ADV7604 has four multiplexed HDMI inputs and one analog 15 - input, and the ADV7611 has one HDMI input and no analog input. The 7612 is 16 - similar to the 7611 but has 2 HDMI inputs. 13 + The ADV7604 and ADV7610/11/12 are multiformat video decoders with 14 + an integrated HDMI receiver. The ADV7604 has four multiplexed HDMI inputs 15 + and one analog input, and the ADV7610/11 have one HDMI input and no analog 16 + input. The ADV7612 is similar to the ADV7610/11 but has 2 HDMI inputs. 17 17 18 - These device tree bindings support the ADV7611/12 only at the moment. 18 + These device tree bindings support the ADV7610/11/12 only at the moment. 19 19 20 20 properties: 21 21 compatible: 22 22 items: 23 23 - enum: 24 + - adi,adv7610 24 25 - adi,adv7611 25 26 - adi,adv7612 26 27