This optional property aims to inform parallel video devices of the maximum pixel clock frequency admissible by host video interface. If bandwidth of data to be transferred requires a pixel clock which is higher than this value, parallel video device could then typically adapt framerate to reach this constraint. Signed-off-by: Hugues Fruchet <hugues.fruchet@xxxxxx> --- Documentation/devicetree/bindings/media/video-interfaces.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/media/video-interfaces.txt b/Documentation/devicetree/bindings/media/video-interfaces.txt index baf9d97..fa4c112 100644 --- a/Documentation/devicetree/bindings/media/video-interfaces.txt +++ b/Documentation/devicetree/bindings/media/video-interfaces.txt @@ -147,6 +147,8 @@ Optional endpoint properties as 0 (normal). This property is valid for serial busses only. - strobe: Whether the clock signal is used as clock (0) or strobe (1). Used with CCP2, for instance. +- pclk-max-frequency: maximum pixel clock frequency admissible by video + host interface. Example ------- -- 2.7.4