@@ -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;
};
};
};
Add optional clock-noncontinuous property to configure whether the clock is continuous or not. Signed-off-by: Roman Kovalivskyi <roman.kovalivskyi@globallogic.com> --- Documentation/devicetree/bindings/media/i2c/ov5647.txt | 3 +++ 1 file changed, 3 insertions(+)