summaryrefslogtreecommitdiff
path: root/plat/imx/common
diff options
context:
space:
mode:
authorTeo Hall <teo.hall@nxp.com>2018-05-03 14:29:41 -0500
committerAbel Vesa <abel.vesa@nxp.com>2018-06-11 10:33:03 +0300
commit3fe838d094437933a111ca1fab90501fb95c284f (patch)
tree8655a7303b7109c98d13f6d954f52080cd33a245 /plat/imx/common
parentca803a791056da5a2acdf7118bbacf0f119e6433 (diff)
plat: imx8qxp: Use MU0 for SCu communication
Use MU0 to comply with boot image usage of MU0 Also power on and pass MU1 for OS/Hypervisor Signed-off-by: Teo Hall <teo.hall@nxp.com>
Diffstat (limited to 'plat/imx/common')
-rw-r--r--plat/imx/common/include/sci/sci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/imx/common/include/sci/sci.h b/plat/imx/common/include/sci/sci.h
index ef50a2b5..1c33eea0 100644
--- a/plat/imx/common/include/sci/sci.h
+++ b/plat/imx/common/include/sci/sci.h
@@ -54,6 +54,6 @@
#define SC_IPC_AP_CH3 (MU_BASE_ADDR(3))
#define SC_IPC_AP_CH4 (MU_BASE_ADDR(4))
-#define SC_IPC_CH SC_IPC_AP_CH1
+#define SC_IPC_CH SC_IPC_AP_CH0
#endif /* _SC_SCI_H */