Commit eb2350fd authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

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: default avatarFabio Estevam <festevam@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 7d7f27be
...@@ -111,6 +111,11 @@ panel_out_bridge: endpoint { ...@@ -111,6 +111,11 @@ panel_out_bridge: endpoint {
}; };
}; };
/* QSPI is not populated on the SoM */
&flexspi {
status = "disabled";
};
&ecspi1 { &ecspi1 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ecspi1>; pinctrl-0 = <&pinctrl_ecspi1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment