1
0
Fork 0

MLK-20463 arm64: dts: Disable flexspi in iMX8MM EVK M4 DTS

M4 will run flexspi XIP image on iMX8MM. Thus, we have to disable flexspi
in M4 dedicated DTS, otherwise the M4 will crash because flexspi probe
in kernel will re-configure the controller.

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com>
(cherry picked from commit 2a370901a663bb518303ed2d5e774f1faa41f5fd)
pull/10/head
Ye Li 2018-11-25 23:10:08 -08:00
parent aa6f3c56c1
commit 0c50d24e76
1 changed files with 4 additions and 0 deletions

View File

@ -69,3 +69,7 @@
&sai1 {
status = "disabled";
};
&flexspi {
status = "disabled";
};