]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx: correct the flexspi compatible string to match with yaml
authorHaibo Chen <haibo.chen@nxp.com>
Fri, 17 Oct 2025 09:25:41 +0000 (17:25 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 21 Oct 2025 08:35:17 +0000 (16:35 +0800)
According to Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml,
imx93/imx95 should use it's own compatible string and fallback
compatible with imx8mm.

Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx91_93_common.dtsi
arch/arm64/boot/dts/freescale/imx95.dtsi

index 52da571f26c4e8a2703e4476b5541fa7aca52f10..7958cef353766a430df5e626ff2403dc05a974b1 100644 (file)
                        };
 
                        flexspi1: spi@425e0000 {
-                               compatible = "nxp,imx8mm-fspi";
+                               compatible = "nxp,imx93-fspi", "nxp,imx8mm-fspi";
                                reg = <0x425e0000 0x10000>, <0x28000000 0x10000000>;
                                reg-names = "fspi_base", "fspi_mmap";
                                #address-cells = <1>;
index 1292677cbe4eb8c5f3ec2874a17ad6efd0111192..a0ff7002be9fa0529ba5712df4c056c56f0e3242 100644 (file)
                        };
 
                        flexspi1: spi@425e0000 {
-                               compatible = "nxp,imx8mm-fspi";
+                               compatible = "nxp,imx95-fspi", "nxp,imx8mm-fspi";
                                reg = <0x425e0000 0x10000>, <0x28000000 0x8000000>;
                                reg-names = "fspi_base", "fspi_mmap";
                                #address-cells = <1>;