arm64: dts: imx8mm-phg: Disable flexspi
authorFabio Estevam <festevam@denx.de>
Fri, 11 Aug 2023 12:14:16 +0000 (09:14 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 25 Sep 2023 00:38:40 +0000 (08:38 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-phg.dts

index 606a4f4d5f1509f5fc472cb54c4b3e14a636f10b..75bbedc6164ca8c024fad62f36a6d61f6b245bb7 100644 (file)
        };
 };
 
+/* QSPI is not populated on the SoM */
+&flexspi {
+       status = "disabled";
+};
+
 &ecspi1 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_ecspi1>;