Document the boolean custom property 'renesas,hsync-as-de' that indicates that the HSYNC signal is internally used as data-enable, when the CLKENB signal is not connected. As this is a VIN specificity create a custom property specific to the R-Car VIN driver. Signed-off-by: Jacopo Mondi <jacopo+renesas@xxxxxxxxxx> --- v3: - new patch --- Documentation/devicetree/bindings/media/rcar_vin.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/media/rcar_vin.txt b/Documentation/devicetree/bindings/media/rcar_vin.txt index ff53226..024c109 100644 --- a/Documentation/devicetree/bindings/media/rcar_vin.txt +++ b/Documentation/devicetree/bindings/media/rcar_vin.txt @@ -60,6 +60,9 @@ from local SoC CSI-2 receivers (port1) depending on SoC. - vsync-active: see [1] for description. Default is active high. - data-enable-active: polarity of CLKENB signal, see [1] for description. Default is active high. + - renesas,hsync-as-de: a boolean property to indicate that HSYNC signal + is internally used as data-enable when the CLKENB signal is + not available. If both HSYNC and VSYNC polarities are not specified, embedded synchronization is selected. -- 2.7.4