Re: [PATCH 1/4] drm/bridge: ti-sn65dsi86: Avoid creating multiple connectors

From: Stephen Boyd
Date: Wed Aug 11 2021 - 20:25:17 EST


Quoting Rob Clark (2021-08-11 16:52:47)
> From: Rob Clark <robdclark@xxxxxxxxxxxx>
>
> If we created our own connector because the driver does not support the
> NO_CONNECTOR flag, we don't want the downstream bridge to *also* create
> a connector. And if this driver did pass the NO_CONNECTOR flag (and we
> supported that mode) this would change nothing.
>
> Fixes: 4e5763f03e10 ("drm/bridge: ti-sn65dsi86: Wrap panel with panel-bridge")
> Signed-off-by: Rob Clark <robdclark@xxxxxxxxxxxx>
> ---

Thanks for saving me the packaging effort.

Reported-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>
Tested-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>