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:
parent
7d7f27be8f
commit
eb2350fd60
@ -111,6 +111,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
/* QSPI is not populated on the SoM */
|
||||
&flexspi {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&ecspi1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_ecspi1>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user