[PATCH 6/8] ARM: dts: imx28-sps1: remove undocumented fallback compatible "mr25h256"
From: Frank Li
Date: Thu Feb 12 2026 - 11:21:35 EST
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@xxxxxxx>
---
arch/arm/boot/dts/nxp/mxs/imx28-sps1.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/nxp/mxs/imx28-sps1.dts b/arch/arm/boot/dts/nxp/mxs/imx28-sps1.dts
index ca62e7933116b0573ad459a9e55828c7051fda4d..9e19c63a4d511e7d9131368ba011069ac506289b 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 @@ &ssp2 {
flash: flash@0 {
#address-cells = <1>;
#size-cells = <1>;
- compatible = "everspin,mr25h256", "mr25h256";
+ compatible = "everspin,mr25h256";
spi-max-frequency = <40000000>;
reg = <0>;
};
--
2.43.0