Hi, [Cc += Marek, who maintains the Linux driver] On 28.10.24 20:48, Fabio Estevam wrote: > Hi Andreas, > > On Mon, Oct 28, 2024 at 3:47 PM Andreas Kemnade <andreas@xxxxxxxxxxxx> wrote: > >> As the devicetree might also be used with other software (e.g. u-boot), >> this might break something. So if u-boot (or any other software) does >> work with fsl,imx28-lcdif because it only uses a subset of features of >> fsl,imx6sx, it might be worth changing the binding instead. Thanks for raising this point, Andreas. I think it's important to adjust the binding's compatible list binding if need be to avoid breaking DT consumers. >> Same for Patch 1. But I cannot test that and do not have a strong >> opinion here. > > U-Boot would not be broken after these series: > > https://source.denx.de/u-boot/u-boot/-/blob/master/drivers/video/mxsfb.c?ref_type=heads#L388 The barebox driver only matches against fsl,imx23-lcdif and fsl,imx28-lcdif: https://elixir.bootlin.com/barebox/v2024.10.0/source/drivers/video/stm.c#L579 The MXSFB IP appears to be completely backwards compatible. Otherwise the i.MX6SL/i.MX6SLL integration of it wouldn't have worked as it used to match against imx28-lcdif so far. Checking the Linux driver, the differences to the i.MX6SX also look like they are not backwards incompatible. On the other hand, Linux users may start to make use of the new features that aren't available without having imx6sx-lcdif in the compatible list, like the overlay plane and the CRC32 functionality. With an eye towards improving device tree stability, I think it's more appropriate to adjust the binding to have three compatibles instead. Thanks, Ahmad > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |