From: Julian Scheel Date: Tue, 23 Feb 2016 21:11:20 +0000 (-0300) Subject: [media] media: adv7180: Add device tree binding document X-Git-Tag: v4.7-rc1~130^2~41 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b9894728c2de35bab54f0f47b92b43a927ad7b37;p=karo-tx-linux.git [media] media: adv7180: Add device tree binding document Add device tree binding documentation for the adv7180 video decoder family. Signed-off-by: Julian Scheel Signed-off-by: Mauro Carvalho Chehab --- 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>; + }; + ... + }; +