summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorOliver Brown <oliver.brown@freescale.com>2013-06-24 17:18:03 -0500
committerOliver Brown <oliver.brown@freescale.com>2013-06-25 00:29:58 -0500
commitf2268f2fcc3b320a4ab7c97d9ca2a64ae4129229 (patch)
tree431952b078489851627014dcf7ca43d20d67d31e /Documentation
parent320fb822f2f855f777bc30233cf5b783688b9f51 (diff)
ENGR00268440-3 - MX6 TVENC: Port ADV7180 to L3.5.7 Kernel
Updated Video for Linux device tree documentation. Signed-off-by: Oliver Brown <oliver.brown@freescale.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/video/fsl,v4l2-capture.txt22
1 files changed, 21 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/video/fsl,v4l2-capture.txt b/Documentation/devicetree/bindings/video/fsl,v4l2-capture.txt
index bf30ad5547c1..07b9dcbf9bc6 100644
--- a/Documentation/devicetree/bindings/video/fsl,v4l2-capture.txt
+++ b/Documentation/devicetree/bindings/video/fsl,v4l2-capture.txt
@@ -36,11 +36,13 @@ Required properties for sensor
- mclk: should the value of mclk clock send out the sensor. unit is Hz.
- mclk_source: should be 0 or 1 and should be the same as the setting in
v4l2_capture.
+- cbvs: 1 for CVBS input, 0 YPbPr input
Supported Sensor
- ov5640
- ov5642
- ov5640_mipi
+- adv7180
Example for IPUv3 including capture settings on imx6q-sabresd.dts:
@@ -62,7 +64,7 @@ Examples for v4l2_capture:
status = "okay";
};
-Examples for sensor:
+Examples for sensors:
ov5642: ov5642@3c {
compatible = "fsl,ov5642";
reg = <0x3c>;
@@ -79,3 +81,21 @@ Examples for sensor:
mclk = <24000000>;
mclk_source = <0>;
};
+
+ adv7180: adv7180@21 {
+ compatible = "fsl,adv7180";
+ reg = <0x21>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_ipu1_csi0_2>;
+ clocks = <&clks 169>;
+ clock-names = "csi_mclk";
+ DOVDD-supply = <&reg_3p3v>; /* 3.3v, enabled via 2.8 VGEN6 */
+ AVDD-supply = <&reg_3p3v>; /* 1.8v */
+ DVDD-supply = <&reg_3p3v>; /* 1.8v */
+ PVDD-supply = <&reg_3p3v>; /* 1.8v */
+ pwn-gpios = <&max7310_2 2 0>;
+ csi_id = <0>;
+ mclk = <24000000>;
+ mclk_source = <0>;
+ cvbs = <1>;
+ };