Re: [PATCH v2 12/12] drm/bridge: samsung-dsim: samsung_dsim_host_attach: convert to of_drm_find_and_get_bridge()
From: Maxime Ripard
Date: Tue Jan 13 2026 - 10:44:06 EST
On Fri, 9 Jan 2026 08:31:43 +0100, Luca Ceresoli wrote:
> of_drm_find_bridge() is deprecated. Move to its replacement
> of_drm_find_and_get_bridge() which gets a bridge reference, and ensure it
> is put when done. Also switch to the drm_bridge::next_bridge pointer.
>
> This needs to handle both cases: when of_drm_find_panel() succeeds and when
>
> [ ... ]
Acked-by: Maxime Ripard <mripard@xxxxxxxxxx>
Thanks!
Maxime