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

dt-bindings: display: adi,adv75xx: Add missing graph schema references

DT bindings using the graph binding must have references to the graph
binding schema. These are missing from the adi,adv7511 and adi,adv7533
bindings, so add them.

Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://lore.kernel.org/r/20220823145649.3118479-12-robh@kernel.org

+12 -16
+6 -8
Documentation/devicetree/bindings/display/bridge/adi,adv7511.yaml
··· 117 117 118 118 ports: 119 119 description: 120 - The ADV7511(W)/13 has two video ports and one audio port. This node 121 - models their connections as documented in 122 - Documentation/devicetree/bindings/media/video-interfaces.txt 123 - Documentation/devicetree/bindings/graph.txt 124 - type: object 120 + The ADV7511(W)/13 has two video ports and one audio port. 121 + $ref: /schemas/graph.yaml#/properties/ports 122 + 125 123 properties: 126 124 port@0: 127 125 description: Video port for the RGB or YUV input. 128 - type: object 126 + $ref: /schemas/graph.yaml#/properties/port 129 127 130 128 port@1: 131 129 description: Video port for the HDMI output. 132 - type: object 130 + $ref: /schemas/graph.yaml#/properties/port 133 131 134 132 port@2: 135 133 description: Audio port for the HDMI output. 136 - type: object 134 + $ref: /schemas/graph.yaml#/properties/port 137 135 138 136 # adi,input-colorspace and adi,input-clock are required except in 139 137 # "rgb 1x" and "yuv444 1x" modes, in which case they must not be
+6 -8
Documentation/devicetree/bindings/display/bridge/adi,adv7533.yaml
··· 91 91 92 92 ports: 93 93 description: 94 - The ADV7533/35 has two video ports and one audio port. This node 95 - models their connections as documented in 96 - Documentation/devicetree/bindings/media/video-interfaces.txt 97 - Documentation/devicetree/bindings/graph.txt 98 - type: object 94 + The ADV7533/35 has two video ports and one audio port. 95 + $ref: /schemas/graph.yaml#/properties/ports 96 + 99 97 properties: 100 98 port@0: 101 99 description: 102 100 Video port for the DSI input. The remote endpoint phandle 103 101 should be a reference to a valid mipi_dsi_host_device. 104 - type: object 102 + $ref: /schemas/graph.yaml#/properties/port 105 103 106 104 port@1: 107 105 description: Video port for the HDMI output. 108 - type: object 106 + $ref: /schemas/graph.yaml#/properties/port 109 107 110 108 port@2: 111 109 description: Audio port for the HDMI output. 112 - type: object 110 + $ref: /schemas/graph.yaml#/properties/port 113 111 114 112 required: 115 113 - compatible