Skip to content

Commit 979452f

Browse files
robertfossarndb
authored andcommitted
dt-bindings: drm/bridge: anx7625: Revert DPI support
Revert DPI support from binding. DPI support relies on the bus-type enum which does not yet support Mipi DPI, since no v4l2_fwnode_bus_type has been defined for this bus type. When DPI for anx7625 was initially added, it assumed that V4L2_FWNODE_BUS_TYPE_PARALLEL was the correct bus type for representing DPI, which it is not. In order to prevent adding this mis-usage to the ABI, let's revert the support. Signed-off-by: Robert Foss <robert.foss@linaro.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 2f6edb6 commit 979452f

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -91,22 +91,7 @@ properties:
9191
$ref: /schemas/graph.yaml#/$defs/port-base
9292
unevaluatedProperties: false
9393
description:
94-
MIPI DSI/DPI input.
95-
96-
properties:
97-
endpoint:
98-
$ref: /schemas/media/video-interfaces.yaml#
99-
type: object
100-
additionalProperties: false
101-
102-
properties:
103-
remote-endpoint: true
104-
105-
bus-type:
106-
enum: [1, 5]
107-
default: 1
108-
109-
data-lanes: true
94+
Video port for MIPI DSI input.
11095

11196
port@1:
11297
$ref: /schemas/graph.yaml#/properties/port
@@ -155,8 +140,6 @@ examples:
155140
reg = <0>;
156141
anx7625_in: endpoint {
157142
remote-endpoint = <&mipi_dsi>;
158-
bus-type = <5>;
159-
data-lanes = <0 1 2 3>;
160143
};
161144
};
162145

0 commit comments

Comments
 (0)