The panel-common schema does not define what "ports" property is, so bring the definition to enforce the type. All panels described by binding are dual-link, thus require both ports.
Signed-off-by: Krzysztof Kozlowski <[email protected]> --- Changes since v1: 1. Rework to add ports to device schema, not to panel-common. https://lore.kernel.org/all/[email protected]/ --- .../bindings/display/panel/novatek,nt36523.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/panel/novatek,nt36523.yaml b/Documentation/devicetree/bindings/display/panel/novatek,nt36523.yaml index 0039561ef04c..a2a8c4e39573 100644 --- a/Documentation/devicetree/bindings/display/panel/novatek,nt36523.yaml +++ b/Documentation/devicetree/bindings/display/panel/novatek,nt36523.yaml @@ -32,8 +32,14 @@ properties: vddio-supply: description: regulator that supplies the I/O voltage + ports: + $ref: /schemas/graph.yaml#/properties/ports + + required: + - port@0 + - port@1 + reg: true - ports: true backlight: true required: -- 2.34.1
