Skip to content

Commit 54df486

Browse files
Fabio Estevamsuperna9999
authored andcommitted
dt-bindings: samsung,mipi-dsim: Use port-base reference
Use port-base reference for port@1. This fixes the following schema warning: imx8mp-dhcom-pdk3.dtb: dsi@32e60000: ports:port@1:endpoint: Unevaluated properties are not allowed ('data-lanes' was unexpected) From schema: Documentation/devicetree/bindings/display/bridge/samsung,mipi-dsim.yaml Fixes: 1f0d40d ("dt-bindings: bridge: Convert Samsung MIPI DSIM bridge to yaml") Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> [narmstrong: removed line break between tags] Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20230531224407.1611952-1-festevam@gmail.com
1 parent 2ce977d commit 54df486

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Documentation/devicetree/bindings/display/bridge/samsung,mipi-dsim.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ properties:
103103
specified.
104104

105105
port@1:
106-
$ref: /schemas/graph.yaml#/properties/port
106+
$ref: /schemas/graph.yaml#/$defs/port-base
107+
unevaluatedProperties: false
107108
description:
108109
DSI output port node to the panel or the next bridge
109110
in the chain.

0 commit comments

Comments
 (0)