Skip to content

Commit 8ec747e

Browse files
Marek Vasutrobherring
authored andcommitted
dt-bindings: display: st,stm32-dsi: Handle data-lanes in DSI port node
Handle 'data-lanes' property of the DSI output endpoint, it is possible to describe DSI link with 1 or 2 data lanes this way. Signed-off-by: Marek Vasut <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent 3b684d0 commit 8ec747e

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

Documentation/devicetree/bindings/display/st,stm32-dsi.yaml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,20 @@ properties:
5858
DSI input port node, connected to the ltdc rgb output port.
5959

6060
port@1:
61-
$ref: /schemas/graph.yaml#/properties/port
62-
description:
63-
DSI output port node, connected to a panel or a bridge input port"
61+
$ref: /schemas/graph.yaml#/$defs/port-base
62+
unevaluatedProperties: false
63+
description: |
64+
DSI output port node, connected to a panel or a bridge input port.
65+
properties:
66+
endpoint:
67+
$ref: /schemas/media/video-interfaces.yaml#
68+
unevaluatedProperties: false
69+
properties:
70+
data-lanes:
71+
minItems: 1
72+
items:
73+
- const: 1
74+
- const: 2
6475

6576
required:
6677
- "#address-cells"

0 commit comments

Comments
 (0)