Re: [PATCH] dt-bindings: display: bridge: tc358867: mark port 0 and 1 configuration as valid

From: Rob Herring (Arm)

Date: Thu Jan 15 2026 - 09:56:52 EST



On Wed, 07 Jan 2026 22:35:21 +0100, Marek Vasut wrote:
> Current binding document enforces presence of either port@0 (DSI in) or
> port@1 (DPI IN/OUT), with port@2 (DP out) being optional. This bridge is
> capable of DSI->DP, DPI->DP and DPI->DP, it is therefore perfectly valid
> to have both port@0 and port@1 described in the DT, because this is fairy
> standard DPI->DP configuration of this bridge. Replace oneOf with anyOf
> to cover this configuration.
>
> Signed-off-by: Marek Vasut <marex@xxxxxxxxxxxx>
> ---
> Cc: Andrey Gusakov <andrey.gusakov@xxxxxxxxxxxxxxxxxx>
> Cc: Andrzej Hajda <andrzej.hajda@xxxxxxxxx>
> Cc: Conor Dooley <conor+dt@xxxxxxxxxx>
> Cc: David Airlie <airlied@xxxxxxxxx>
> Cc: Jernej Skrabec <jernej.skrabec@xxxxxxxxx>
> Cc: Jonas Karlman <jonas@xxxxxxxxx>
> Cc: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx>
> Cc: Laurent Pinchart <Laurent.pinchart@xxxxxxxxxxxxxxxx>
> Cc: Maarten Lankhorst <maarten.lankhorst@xxxxxxxxxxxxxxx>
> Cc: Maxime Ripard <mripard@xxxxxxxxxx>
> Cc: Neil Armstrong <neil.armstrong@xxxxxxxxxx>
> Cc: Rob Herring <robh@xxxxxxxxxx>
> Cc: Robert Foss <rfoss@xxxxxxxxxx>
> Cc: Simona Vetter <simona@xxxxxxxx>
> Cc: Thomas Zimmermann <tzimmermann@xxxxxxx>
> Cc: devicetree@xxxxxxxxxxxxxxx
> Cc: dri-devel@xxxxxxxxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> ---
> .../devicetree/bindings/display/bridge/toshiba,tc358767.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied, thanks!