1
0
Fork 0

MLK-20008 ARM64: dts: i.MX8: disable flexspi0 for m4 usage

When M4 using XIP flexspi, need disable flexspi0 from device tree,
otherwise there will be conflict.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Ye Li <Ye.Li@nxp.com>
pull/10/head
Peng Fan 2018-10-22 15:56:49 +08:00 committed by Jason Liu
parent 64f3b21f4f
commit afc1583d4b
2 changed files with 8 additions and 0 deletions

View File

@ -67,6 +67,10 @@
status = "disabled";
};
&flexspi0 {
status = "disabled";
};
&rpmsg1{
/*
* 64K for one rpmsg instance, using 2 instance

View File

@ -102,3 +102,7 @@
&flexcan2 {
status = "disabled";
};
&flexspi0 {
status = "disabled";
};