Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / media / i2c / ths8200.txt
diff --git a/kernel/Documentation/devicetree/bindings/media/i2c/ths8200.txt b/kernel/Documentation/devicetree/bindings/media/i2c/ths8200.txt
new file mode 100644 (file)
index 0000000..285f6ae
--- /dev/null
@@ -0,0 +1,19 @@
+* Texas Instruments THS8200 video encoder
+
+The ths8200 device is a digital to analog converter used in DVD players, video
+recorders, set-top boxes.
+
+Required Properties :
+- compatible : value must be "ti,ths8200"
+
+Example:
+
+       i2c0@1c22000 {
+               ...
+               ...
+               ths8200@5c {
+                       compatible = "ti,ths8200";
+                       reg = <0x5c>;
+               };
+               ...
+       };