arm64: dts: imx8mm-phg: Disable flexspi

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>
This commit is contained in:
Fabio Estevam 2023-08-11 09:14:16 -03:00 committed by Shawn Guo
parent 7d7f27be8f
commit eb2350fd60

View File

@ -111,6 +111,11 @@
};
};
/* QSPI is not populated on the SoM */
&flexspi {
status = "disabled";
};
&ecspi1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ecspi1>;