Skip to content

Commit a31a6c2

Browse files
Fabio Estevamrobherring
authored andcommitted
dt-bindings: drm/bridge: ti-sn65dsi86: Fix the video-interfaces.yaml references
video-interface.txt does not exist anymore, as it has been converted to video-interfaces.yaml. Instead of referencing video-interfaces.yaml multiple times, pass it as a $ref to the schema. Signed-off-by: Fabio Estevam <festevam@denx.de> Link: https://lore.kernel.org/r/20230412175800.2537812-1-festevam@gmail.com Signed-off-by: Rob Herring <robh@kernel.org>
1 parent 975b1e5 commit a31a6c2

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ properties:
9090

9191
properties:
9292
endpoint:
93-
$ref: /schemas/graph.yaml#/$defs/endpoint-base
93+
$ref: /schemas/media/video-interfaces.yaml#
9494
unevaluatedProperties: false
9595

9696
properties:
@@ -106,7 +106,6 @@ properties:
106106
description:
107107
If you have 1 logical lane the bridge supports routing
108108
to either port 0 or port 1. Port 0 is suggested.
109-
See ../../media/video-interface.txt for details.
110109

111110
- minItems: 2
112111
maxItems: 2
@@ -118,7 +117,6 @@ properties:
118117
description:
119118
If you have 2 logical lanes the bridge supports
120119
reordering but only on physical ports 0 and 1.
121-
See ../../media/video-interface.txt for details.
122120

123121
- minItems: 4
124122
maxItems: 4
@@ -132,7 +130,6 @@ properties:
132130
description:
133131
If you have 4 logical lanes the bridge supports
134132
reordering in any way.
135-
See ../../media/video-interface.txt for details.
136133

137134
lane-polarities:
138135
minItems: 1
@@ -141,7 +138,6 @@ properties:
141138
enum:
142139
- 0
143140
- 1
144-
description: See ../../media/video-interface.txt
145141

146142
dependencies:
147143
lane-polarities: [data-lanes]

0 commit comments

Comments
 (0)