From 09e00460363dd3fc028f921d7bd60354de6e3d8b Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Mon, 10 Aug 2020 23:55:42 +0200 Subject: [PATCH] media: dt-bindings: media: ov5647: Document clock-noncontinuous Document the optional clock-noncontinuous endpoint property that allows enabling MIPI CSI-2 non-continuous clock operations. Signed-off-by: Jacopo Mondi Reviewed-by: Rob Herring Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- Documentation/devicetree/bindings/media/i2c/ov5647.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/media/i2c/ov5647.yaml b/Documentation/devicetree/bindings/media/i2c/ov5647.yaml index 9f76897..280c62a 100644 --- a/Documentation/devicetree/bindings/media/i2c/ov5647.yaml +++ b/Documentation/devicetree/bindings/media/i2c/ov5647.yaml @@ -46,6 +46,11 @@ properties: description: |- phandle to the video receiver input port. + clock-noncontinuous: + type: boolean + description: |- + Set to true to allow MIPI CSI-2 non-continuous clock operations. + additionalProperties: false additionalProperties: false -- 2.7.4