[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240904111727.1834935-4-haibo.chen@nxp.com>
Date: Wed, 4 Sep 2024 19:17:24 +0800
From: haibo.chen@....com
To: han.xu@....com,
yogeshgaur.83@...il.com,
broonie@...nel.org,
robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
shawnguo@...nel.org,
s.hauer@...gutronix.de
Cc: kernel@...gutronix.de,
festevam@...il.com,
singh.kuldeep87k@...il.com,
hs@...x.de,
linux-spi@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
imx@...ts.linux.dev,
linux-arm-kernel@...ts.infradead.org,
haibo.chen@....com
Subject: [PATCH 3/6] arm64: dts: imx8mp: add the compatible string for flexspi
From: Haibo Chen <haibo.chen@....com>
The flexspi on imx8mp is compatible with the one on imx8mm. Add the
correct compatible string here.
Signed-off-by: Haibo Chen <haibo.chen@....com>
---
arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
index 3b02c6e2988c..e44424af245c 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
@@ -1300,7 +1300,7 @@ usdhc3: mmc@...60000 {
};
flexspi: spi@...b0000 {
- compatible = "nxp,imx8mp-fspi";
+ compatible = "nxp,imx8mp-fspi", "nxp,imx8mm-fspi";
reg = <0x30bb0000 0x10000>, <0x8000000 0x10000000>;
reg-names = "fspi_base", "fspi_mmap";
interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
--
2.34.1
Powered by blists - more mailing lists