diff options
author | Julian Scheel | 2016-02-23 18:11:20 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2016-05-06 10:16:08 -0300 |
commit | b9894728c2de35bab54f0f47b92b43a927ad7b37 (patch) | |
tree | 2ce6e0a3eb3f79999e327c04c52f5af83173f7f8 /Documentation | |
parent | 78bab93026ab95b6c8b9e8770ef7089f7d40b2d5 (diff) |
[media] media: adv7180: Add device tree binding document
Add device tree binding documentation for the adv7180 video decoder family.
Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/media/i2c/adv7180.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/i2c/adv7180.txt b/Documentation/devicetree/bindings/media/i2c/adv7180.txt new file mode 100644 index 000000000000..2f39f268fdb0 --- /dev/null +++ b/Documentation/devicetree/bindings/media/i2c/adv7180.txt @@ -0,0 +1,20 @@ +* Analog Devices ADV7180 analog video decoder family + +The adv7180 family devices are used to capture analog video to different +digital interfaces like parallel video. + +Required Properties : +- compatible : value must be "adi,adv7180" + +Example: + + i2c0@1c22000 { + ... + ... + adv7180@21 { + compatible = "adi,adv7180"; + reg = <0x21>; + }; + ... + }; + |