Re: [PATCH v3 12/19] drm/mcde: dsi: don't create a panel_bridge

From: Linus Walleij

Date: Sun Sep 20 2026 - 18:28:00 EST


On Wed, Sep 16, 2026 at 3:47 PM Luca Ceresoli <luca.ceresoli@xxxxxxxxxxx> wrote:

> Now a panel_bridge is automatically created for every drm_panel and the
> panel-bridge API is just a deprecated wrapper to access it.
>
> Update and simplify the code by just getting a reference to the
> already-existing bridge using of_drm_find_and_get_bridge().
>
> Also keep the "connected to non-panel bridge (unsupported)\n" error logic
> by using the drm_bridge_is_panel() function.
>
> Signed-off-by: Luca Ceresoli <luca.ceresoli@xxxxxxxxxxx>

Reviewed-by: Linus Walleij <linusw@xxxxxxxxxx>

Yours,
Linus Walleij