On Wed, Sep 10, 2025 at 12:56 PM Frank Li <frank...@nxp.com> wrote:
> > compatible = "fsl,imx6sl-lcdif", "fsl,imx6sx-lcdif", "fsl,imx28-lcdif"; > > Anyway, you change dts. If you change dts as > > compatible = "fsl,imx6sl-lcdif", "fsl,imx6sx-lcdif"; > > needn't update binding here. This was discussed in previous iterations. The change you propose may cause regressions for other device tree consumers, such as bootloaders, where the match may occur only aganst "fsl,imx28-lcdif". That's why "fsl,imx28-lcdif" fallback needs to stay.