On 1/13/26 12:31 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: [email protected]
Fixes: 5f6e56d3319d ("drm/imx: parallel-display: switch to drm_panel_bridge")
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Philipp Zabel <[email protected]>
If there are no objections, would it be OK to apply this ?