]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx28-sps1: remove undocumented fallback compatible "mr25h256"
authorFrank Li <Frank.Li@nxp.com>
Thu, 12 Feb 2026 16:19:48 +0000 (11:19 -0500)
committerFrank Li <Frank.Li@nxp.com>
Mon, 6 Apr 2026 01:35:20 +0000 (21:35 -0400)
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 <Frank.Li@nxp.com>
arch/arm/boot/dts/nxp/mxs/imx28-sps1.dts

index ca62e7933116b0573ad459a9e55828c7051fda4d..9e19c63a4d511e7d9131368ba011069ac506289b 100644 (file)
        flash: flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
-               compatible = "everspin,mr25h256", "mr25h256";
+               compatible = "everspin,mr25h256";
                spi-max-frequency = <40000000>;
                reg = <0>;
        };