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>
This commit is contained in:
parent
975b1e5018
commit
a31a6c2465
@ -90,7 +90,7 @@ properties:
|
|||||||
|
|
||||||
properties:
|
properties:
|
||||||
endpoint:
|
endpoint:
|
||||||
$ref: /schemas/graph.yaml#/$defs/endpoint-base
|
$ref: /schemas/media/video-interfaces.yaml#
|
||||||
unevaluatedProperties: false
|
unevaluatedProperties: false
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
@ -106,7 +106,6 @@ properties:
|
|||||||
description:
|
description:
|
||||||
If you have 1 logical lane the bridge supports routing
|
If you have 1 logical lane the bridge supports routing
|
||||||
to either port 0 or port 1. Port 0 is suggested.
|
to either port 0 or port 1. Port 0 is suggested.
|
||||||
See ../../media/video-interface.txt for details.
|
|
||||||
|
|
||||||
- minItems: 2
|
- minItems: 2
|
||||||
maxItems: 2
|
maxItems: 2
|
||||||
@ -118,7 +117,6 @@ properties:
|
|||||||
description:
|
description:
|
||||||
If you have 2 logical lanes the bridge supports
|
If you have 2 logical lanes the bridge supports
|
||||||
reordering but only on physical ports 0 and 1.
|
reordering but only on physical ports 0 and 1.
|
||||||
See ../../media/video-interface.txt for details.
|
|
||||||
|
|
||||||
- minItems: 4
|
- minItems: 4
|
||||||
maxItems: 4
|
maxItems: 4
|
||||||
@ -132,7 +130,6 @@ properties:
|
|||||||
description:
|
description:
|
||||||
If you have 4 logical lanes the bridge supports
|
If you have 4 logical lanes the bridge supports
|
||||||
reordering in any way.
|
reordering in any way.
|
||||||
See ../../media/video-interface.txt for details.
|
|
||||||
|
|
||||||
lane-polarities:
|
lane-polarities:
|
||||||
minItems: 1
|
minItems: 1
|
||||||
@ -141,7 +138,6 @@ properties:
|
|||||||
enum:
|
enum:
|
||||||
- 0
|
- 0
|
||||||
- 1
|
- 1
|
||||||
description: See ../../media/video-interface.txt
|
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
lane-polarities: [data-lanes]
|
lane-polarities: [data-lanes]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user