]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx7ulp: Remove incorrect mmc fallback compatible
authorFabio Estevam <festevam@denx.de>
Wed, 23 Oct 2024 19:26:38 +0000 (16:26 -0300)
committerShawn Guo <shawnguo@kernel.org>
Fri, 1 Nov 2024 10:11:17 +0000 (18:11 +0800)
Per fsl-imx-esdhc.yaml, the correct compatible string for i.MX7ULP is:

compatible = "fsl,imx7ulp-usdhc"

Remove the undocumented "fsl,imx6sx-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@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx7ulp.dtsi

index b093f2a447aeb4a2ba417b356f3aa72853cce934..3c6ef7bfba60986b797bb01b843830d364c96d45 100644 (file)
                };
 
                usdhc0: mmc@40370000 {
-                       compatible = "fsl,imx7ulp-usdhc", "fsl,imx6sx-usdhc";
+                       compatible = "fsl,imx7ulp-usdhc";
                        reg = <0x40370000 0x10000>;
                        interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&scg1 IMX7ULP_CLK_NIC1_BUS_DIV>,
                };
 
                usdhc1: mmc@40380000 {
-                       compatible = "fsl,imx7ulp-usdhc", "fsl,imx6sx-usdhc";
+                       compatible = "fsl,imx7ulp-usdhc";
                        reg = <0x40380000 0x10000>;
                        interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&scg1 IMX7ULP_CLK_NIC1_BUS_DIV>,