From: Frank Li Date: Thu, 12 Feb 2026 16:19:48 +0000 (-0500) Subject: ARM: dts: imx28-sps1: remove undocumented fallback compatible "mr25h256" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05e4d6ef33c878a63c283cbbc833450173a80a09;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: imx28-sps1: remove undocumented fallback compatible "mr25h256" Remove the undocumented fallback compatible string "mr25h256", as the SPI core strips the vendor prefix. Fix below CHECK_DTBS warnings: arch/arm/boot/dts/nxp/mxs/imx28-sps1.dtb: /apb@80000000/apbh-bus@80000000/spi@80014000/flash@0: failed to match any schema with compatible: ['everspin,mr25h256', 'mr25h256'] Signed-off-by: Frank Li --- diff --git a/arch/arm/boot/dts/nxp/mxs/imx28-sps1.dts b/arch/arm/boot/dts/nxp/mxs/imx28-sps1.dts index ca62e7933116b..9e19c63a4d511 100644 --- a/arch/arm/boot/dts/nxp/mxs/imx28-sps1.dts +++ b/arch/arm/boot/dts/nxp/mxs/imx28-sps1.dts @@ -127,7 +127,7 @@ flash: flash@0 { #address-cells = <1>; #size-cells = <1>; - compatible = "everspin,mr25h256", "mr25h256"; + compatible = "everspin,mr25h256"; spi-max-frequency = <40000000>; reg = <0>; };