OSDN Git Service

ARM: dts: imx6q-cm-fx6: Remove invalid SPI flash entry
authorFabio Estevam <festevam@denx.de>
Mon, 31 Jul 2023 13:34:19 +0000 (10:34 -0300)
committerShawn Guo <shawnguo@kernel.org>
Sun, 6 Aug 2023 12:22:33 +0000 (20:22 +0800)
"st,m25p" is not a valid compatible according to jedec,spi-nor.yaml.

Remove it.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6q-cm-fx6.dts

index ffb3b8e..95b49fc 100644 (file)
        flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
-               compatible = "st,m25p", "jedec,spi-nor";
+               compatible = "jedec,spi-nor";
                spi-max-frequency = <20000000>;
                reg = <0>;
        };