Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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) <robh@kernel.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/652299/
Link: https://lore.kernel.org/r/20250507215912.2748964-1-robh@kernel.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>

authored by

Rob Herring (Arm) and committed by
Dmitry Baryshkov
d92801d8 5a0436e9

+2 -2
+2 -2
Documentation/devicetree/bindings/display/msm/hdmi.yaml
··· 74 74 $ref: /schemas/graph.yaml#/properties/ports 75 75 properties: 76 76 port@0: 77 - $ref: /schemas/graph.yaml#/$defs/port-base 77 + $ref: /schemas/graph.yaml#/properties/port 78 78 description: | 79 79 Input endpoints of the controller. 80 80 81 81 port@1: 82 - $ref: /schemas/graph.yaml#/$defs/port-base 82 + $ref: /schemas/graph.yaml#/properties/port 83 83 description: | 84 84 Output endpoints of the controller. 85 85