aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Felsch <m.felsch@pengutronix.de>2018-11-27 05:02:52 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-12-05 06:40:34 -0500
commit48856d91321f07e001f53f9726843b1e4144aeca (patch)
tree489e397fe1f5a2e4950d1787200e0fe70f7f29d6
parentmedia: dt-bindings: media: mt9m111: adapt documentation to be more clear (diff)
downloadlinux-dev-48856d91321f07e001f53f9726843b1e4144aeca.tar.xz
linux-dev-48856d91321f07e001f53f9726843b1e4144aeca.zip
media: dt-bindings: media: mt9m111: add pclk-sample property
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>
-rw-r--r--Documentation/devicetree/bindings/media/i2c/mt9m111.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/i2c/mt9m111.txt b/Documentation/devicetree/bindings/media/i2c/mt9m111.txt
index a431fb45704b..d0bed6fa901a 100644
--- a/Documentation/devicetree/bindings/media/i2c/mt9m111.txt
+++ b/Documentation/devicetree/bindings/media/i2c/mt9m111.txt
@@ -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>;
};
};
};