1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-12 01:20:14 +00:00

arm64: dts: imx: correct the flexspi compatible string to match with yaml

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>
This commit is contained in:
Haibo Chen 2025-10-17 17:25:41 +08:00 committed by Shawn Guo
parent 93b2fac5cd
commit 04dba84fba
2 changed files with 2 additions and 2 deletions

View File

@ -706,7 +706,7 @@
};
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>;

View File

@ -945,7 +945,7 @@
};
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>;