On Fri, 01 Nov 2024 10:54:04 -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@xxxxxxx> > > imx6sx.dtsi has the following lcdif entries: > > compatible = "fsl,imx6sx-lcdif", "fsl,imx28-lcdif"; > > This causes the following dt-schema warning: > > ['fsl,imx6sx-lcdif', 'fsl,imx28-lcdif'] is too long > > To keep DT compatibility, document 'fsl,imx28-lcdif' as a possible > 'fsl,imx6sx-lcdif' fallback. > > Signed-off-by: Fabio Estevam <festevam@xxxxxxx> > --- > Changes since v3: > - Also update the example. > > Documentation/devicetree/bindings/display/fsl,lcdif.yaml | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>