diff mbox series

arm64: dts: imx8mm-phg: Disable flexspi

Message ID 20230811121416.3942478-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: imx8mm-phg: Disable flexspi | expand

Commit Message

Fabio Estevam Aug. 11, 2023, 12:14 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

The imx8mm-tqma8mqml SoM used on the PHG board does not come with
the QSPI flash populated, so disable it to avoid the following
error message:

spi-nor spi3.0: unrecognized JEDEC id bytes: 00 00 00 00 00 00

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/boot/dts/freescale/imx8mm-phg.dts | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Shawn Guo Sept. 24, 2023, 12:35 p.m. UTC | #1
On Fri, Aug 11, 2023 at 09:14:16AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> The imx8mm-tqma8mqml SoM used on the PHG board does not come with
> the QSPI flash populated, so disable it to avoid the following
> error message:
> 
> spi-nor spi3.0: unrecognized JEDEC id bytes: 00 00 00 00 00 00
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Applied, thanks!
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8mm-phg.dts b/arch/arm64/boot/dts/freescale/imx8mm-phg.dts
index 606a4f4d5f15..75bbedc6164c 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-phg.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mm-phg.dts
@@ -111,6 +111,11 @@  panel_out_bridge: endpoint {
 	};
 };
 
+/* QSPI is not populated on the SoM */
+&flexspi {
+	status = "disabled";
+};
+
 &ecspi1 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_ecspi1>;