On Fri, Feb 16, 2024 at 11:42:55AM +0100, Francesco Dolcini wrote: > From: Francesco Dolcini <francesco.dolcini@xxxxxxxxxxx> > > This fixes the display not working on colibri imx7, the driver fails to > load with the following error: > > mxsfb 30730000.lcdif: error -ENODEV: Cannot connect bridge > > NXP i.MX7 LCDIF is connected to both the Parallel LCD Display and to a > MIPI DSI IP block, currently it's not possible to describe the > connection to both. > > Remove the port endpoint from the SOC dtsi to prevent regressions, this > would need to be defined on the board DTS. > > Reported-by: Hiago De Franco <hiagofranco@xxxxxxxxx> > Closes: https://lore.kernel.org/r/34yzygh3mbwpqr2re7nxmhyxy3s7qmqy4vhxvoyxnoguktriur@z66m7gvpqlia/ > Fixes: edbbae7fba49 ("ARM: dts: imx7: add MIPI-DSI support") > Signed-off-by: Francesco Dolcini <francesco.dolcini@xxxxxxxxxxx> Hello Shawn, what do you plan to do with this? This fixes a regression from v6.8-rc1 and would be nice to have it into the final v6.8. Francesco