Skip to content

Commit d92801d

Browse files
robherringlumag
authored andcommitted
dt-bindings: display/msm: hdmi: Fix constraints on additional 'port' properties
The MSM HDMI port nodes are missing any restrictions on additional properties. The $ref should be to "/properties/port" rather than "/$defs/port-base" as there are not additional properties in the nodes to define. Signed-off-by: Rob Herring (Arm) <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/652299/ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 5a0436e commit d92801d

File tree

1 file changed

+2
-2
lines changed
  • Documentation/devicetree/bindings/display/msm

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/display/msm/hdmi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ properties:
7474
$ref: /schemas/graph.yaml#/properties/ports
7575
properties:
7676
port@0:
77-
$ref: /schemas/graph.yaml#/$defs/port-base
77+
$ref: /schemas/graph.yaml#/properties/port
7878
description: |
7979
Input endpoints of the controller.
8080
8181
port@1:
82-
$ref: /schemas/graph.yaml#/$defs/port-base
82+
$ref: /schemas/graph.yaml#/properties/port
8383
description: |
8484
Output endpoints of the controller.
8585

0 commit comments

Comments
 (0)