Re: [PATCH] drm/imx: parallel-display: Prefer bus format set via legacy "interface-pix-fmt" DT property

From: Marek Vasut

Date: Fri Mar 13 2026 - 11:51:30 EST


On 3/13/26 4:33 PM, Philipp Zabel wrote:
On Sa, 2026-01-10 at 18:14 +0100, Marek Vasut wrote:
Prefer bus format set via legacy "interface-pix-fmt" DT property
over panel bus format. This is necessary to retain support for
DTs which configure the IPUv3 parallel output as 24bit DPI, but
connect 18bit DPI panels to it with hardware swizzling.

This used to work up to Linux 6.12, but stopped working in 6.13,
reinstate the behavior to support old DTs.

Cc: stable@xxxxxxxxxxxxxxx
Fixes: 5f6e56d3319d ("drm/imx: parallel-display: switch to drm_panel_bridge")
Signed-off-by: Marek Vasut <marex@xxxxxxxxxxxx>

Applied to drm-misc-next, thanks!
Thank you