Add optional clock-noncontinuous property to configure whether the clock is continuous or not. Signed-off-by: Roman Kovalivskyi <roman.kovalivskyi@xxxxxxxxxxxxxxx> --- Documentation/devicetree/bindings/media/i2c/ov5647.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/media/i2c/ov5647.txt b/Documentation/devicetree/bindings/media/i2c/ov5647.txt index 70f06c24f470..fefba0a69b07 100644 --- a/Documentation/devicetree/bindings/media/i2c/ov5647.txt +++ b/Documentation/devicetree/bindings/media/i2c/ov5647.txt @@ -12,6 +12,8 @@ Required properties: Optional Properties: - pwdn-gpios: reference to the GPIO connected to the pwdn pin, if any. +- clock-noncontinuous: presence of this boolean property decides whether the + MIPI CSI-2 clock is continuous or non-continuous. The common video interfaces bindings (see video-interfaces.txt) should be used to specify link to the image data receiver. The OV5647 device @@ -33,6 +35,7 @@ Example: port { camera_1: endpoint { remote-endpoint = <&csi1_ep1>; + clock-noncontinuous; }; }; }; -- 2.17.1