media: dt-bindings: media: mt9m111: add pclk-sample property
authorMarco Felsch <m.felsch@pengutronix.de>
Tue, 27 Nov 2018 10:02:52 +0000 (05:02 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 5 Dec 2018 11:40:34 +0000 (06:40 -0500)
Add the pclk-sample property to the list of optional properties
for the mt9m111 camera sensor.

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Documentation/devicetree/bindings/media/i2c/mt9m111.txt

index a431fb4..d0bed6f 100644 (file)
@@ -14,6 +14,10 @@ sub-node for its digital output video port, in accordance with the video
 interface bindings defined in:
 Documentation/devicetree/bindings/media/video-interfaces.txt
 
+Optional endpoint properties:
+- pclk-sample: For information see ../video-interfaces.txt. The value is set to
+  0 if it isn't specified.
+
 Example:
 
        i2c_master {
@@ -26,6 +30,7 @@ Example:
                        port {
                                mt9m111_1: endpoint {
                                        remote-endpoint = <&pxa_camera>;
+                                       pclk-sample = <1>;
                                };
                        };
                };