diff mbox series

[v5,1/2] dt-bindings: drm/bridge: anx7625: add force_dsi_end_without_null

Message ID 20210802010711.169080-2-jitao.shi@mediatek.com
State Changes Requested, archived
Headers show
Series force hsa hbp hfp packets multiple of lanenum to avoid screen shift | expand

Checks

Context Check Description
robh/checkpatch success
robh/dt-meta-schema success
robh/dtbs-check fail build log

Commit Message

Jitao Shi Aug. 2, 2021, 1:07 a.m. UTC
The force_dsi_end_without_null requires the dsi host ent at
the same time in line.

Signed-off-by: Jitao Shi <jitao.shi@mediatek.com>
---
 .../bindings/display/bridge/analogix,anx7625.yaml           | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Rob Herring Aug. 6, 2021, 9:39 p.m. UTC | #1
On Mon, Aug 02, 2021 at 09:07:10AM +0800, Jitao Shi wrote:
> The force_dsi_end_without_null requires the dsi host ent at
> the same time in line.
> 
> Signed-off-by: Jitao Shi <jitao.shi@mediatek.com>
> ---
>  .../bindings/display/bridge/analogix,anx7625.yaml           | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml
> index ab48ab2f4240..8b868a6a3d60 100644
> --- a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml
> +++ b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml
> @@ -43,6 +43,11 @@ properties:
>    vdd33-supply:
>      description: Regulator that provides the supply 3.3V power.
>  
> +  force_dsi_end_without_null:
> +    description: |
> +      Requires the dsi host send the dsi packets on all lanes aligned
> +      at the end.

Can't this be implied from the compatible string if it is a property of 
this chip?
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml
index ab48ab2f4240..8b868a6a3d60 100644
--- a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml
@@ -43,6 +43,11 @@  properties:
   vdd33-supply:
     description: Regulator that provides the supply 3.3V power.
 
+  force_dsi_end_without_null:
+    description: |
+      Requires the dsi host send the dsi packets on all lanes aligned
+      at the end.
+
   ports:
     $ref: /schemas/graph.yaml#/properties/ports
 
@@ -87,6 +92,7 @@  examples:
             vdd10-supply = <&pp1000_mipibrdg>;
             vdd18-supply = <&pp1800_mipibrdg>;
             vdd33-supply = <&pp3300_mipibrdg>;
+            force_dsi_end_without_null;
 
             ports {
                 #address-cells = <1>;