diff mbox series

[1/2] dt-bindings: drm/bridge: ti-sn65dsi83: add h/vsync-disable bindings

Message ID 20250306091133.46888-2-alessandro.zini@siemens.com (mailing list archive)
State New
Headers show
Series Introduce h/vsync-disable properties for ti-sn65dsi83 | expand

Commit Message

Zini, Alessandro March 6, 2025, 9:11 a.m. UTC
From: Alessandro Zini <alessandro.zini@siemens.com>

Add hsync- and vsync-disable bindings, used to disable the generation of
h/vsync signals.

Signed-off-by: Alessandro Zini <alessandro.zini@siemens.com>
---
 .../bindings/display/bridge/ti,sn65dsi83.yaml        | 12 ++++++++++++
 1 file changed, 12 insertions(+)

Comments

Dmitry Baryshkov March 7, 2025, 6:01 a.m. UTC | #1
On Thu, Mar 06, 2025 at 10:11:32AM +0100, A. Zini wrote:
> From: Alessandro Zini <alessandro.zini@siemens.com>
> 
> Add hsync- and vsync-disable bindings, used to disable the generation of
> h/vsync signals.

Please describe, why this is necessary at all, instead of desribing the
contents of the patch.

> 
> Signed-off-by: Alessandro Zini <alessandro.zini@siemens.com>
> ---
>  .../bindings/display/bridge/ti,sn65dsi83.yaml        | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
> index 9b5f3f3eab198..ff80876d504ad 100644
> --- a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
> +++ b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
> @@ -94,6 +94,18 @@ properties:
>        - port@0
>        - port@2
>  
> +  hsync-disable:
> +    type: boolean
> +    description: |
> +      Disable HSYNC generation on the LVDS output by setting the
> +      width in pixel clocks of the hsync pulse width to 0.
> +
> +  vsync-disable:
> +    type: boolean
> +    description: |
> +      Disable VSYNC generation on the LVDS output by setting the
> +      length in lines of the vsync pulse width to 0.
> +
>  required:
>    - compatible
>    - reg
> -- 
> 2.48.1
>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
index 9b5f3f3eab198..ff80876d504ad 100644
--- a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
@@ -94,6 +94,18 @@  properties:
       - port@0
       - port@2
 
+  hsync-disable:
+    type: boolean
+    description: |
+      Disable HSYNC generation on the LVDS output by setting the
+      width in pixel clocks of the hsync pulse width to 0.
+
+  vsync-disable:
+    type: boolean
+    description: |
+      Disable VSYNC generation on the LVDS output by setting the
+      length in lines of the vsync pulse width to 0.
+
 required:
   - compatible
   - reg