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

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: 1f0d40d88f7a ("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

authored by

Fabio Estevam and committed by
Neil Armstrong
54df4868 2ce977df

+2 -1
+2 -1
Documentation/devicetree/bindings/display/bridge/samsung,mipi-dsim.yaml
··· 103 103 specified. 104 104 105 105 port@1: 106 - $ref: /schemas/graph.yaml#/properties/port 106 + $ref: /schemas/graph.yaml#/$defs/port-base 107 + unevaluatedProperties: false 107 108 description: 108 109 DSI output port node to the panel or the next bridge 109 110 in the chain.