On Wed, Oct 23, 2024 at 04:26:36PM -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@xxxxxxx> > > Per fsl-imx-esdhc.yaml, the correct compatible string for i.MX6SX is: > > compatible = "fsl,imx6sx-usdhc" > > Remove the undocumented "fsl,imx6sl-usdhc" fallback compatible. > > This fixes the following dt-schema warnings: > > mmc@2198000: compatible: 'oneOf' conditional failed, one must be fixed: > ['fsl,imx6sl-usdhc', 'fsl,imx6q-usdhc'] is too long > ['fsl,imx6sl-usdhc', 'fsl,imx6q-usdhc'] is too short > 'fsl,imx50-esdhc' was expected > ... > > Signed-off-by: Fabio Estevam <festevam@xxxxxxx> Applied all, thanks!