Message ID | 20220523084615.13510-2-robert.foss@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v1,1/2] Revert "drm/bridge: anx7625: Use DPI bus type" | expand |
On Mon, 23 May 2022 at 10:46, Robert Foss <robert.foss@linaro.org> wrote: > > This reverts commit 7328736d270aa4fa6fcd033ade02acc2874a2db5. > --- > .../display/bridge/analogix,anx7625.yaml | 19 +------------------ > 1 file changed, 1 insertion(+), 18 deletions(-) > > diff --git a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > index 4590186c4a0b..35a48515836e 100644 > --- a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > @@ -94,22 +94,7 @@ properties: > $ref: /schemas/graph.yaml#/$defs/port-base > unevaluatedProperties: false > description: > - MIPI DSI/DPI input. > - > - properties: > - endpoint: > - $ref: /schemas/media/video-interfaces.yaml# > - type: object > - additionalProperties: false > - > - properties: > - remote-endpoint: true > - > - bus-type: > - enum: [7] > - default: 1 > - > - data-lanes: true > + Video port for MIPI DSI input. > > port@1: > $ref: /schemas/graph.yaml#/properties/port > @@ -158,8 +143,6 @@ examples: > reg = <0>; > anx7625_in: endpoint { > remote-endpoint = <&mipi_dsi>; > - bus-type = <7>; > - data-lanes = <0 1 2 3>; > }; > }; > > -- > 2.34.1 > Signed-off-by: Robert Foss <robert.foss@linaro.org>
diff --git a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml index 4590186c4a0b..35a48515836e 100644 --- a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml +++ b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml @@ -94,22 +94,7 @@ properties: $ref: /schemas/graph.yaml#/$defs/port-base unevaluatedProperties: false description: - MIPI DSI/DPI input. - - properties: - endpoint: - $ref: /schemas/media/video-interfaces.yaml# - type: object - additionalProperties: false - - properties: - remote-endpoint: true - - bus-type: - enum: [7] - default: 1 - - data-lanes: true + Video port for MIPI DSI input. port@1: $ref: /schemas/graph.yaml#/properties/port @@ -158,8 +143,6 @@ examples: reg = <0>; anx7625_in: endpoint { remote-endpoint = <&mipi_dsi>; - bus-type = <7>; - data-lanes = <0 1 2 3>; }; };