summaryrefslogtreecommitdiff
path: root/drivers/rpmsg
diff options
context:
space:
mode:
authorFrank Li <Frank.Li@nxp.com>2017-08-01 12:16:58 -0500
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:27:48 +0800
commit13eb84451564f01a92dc98fb5a7953e9a364cdb1 (patch)
treef7a0ba0966576d2c55bee51a0d6030735f33e8ea /drivers/rpmsg
parent5ee4fb4349f63941cde73572f54a447d9c49e79e (diff)
MLK-16114: RPMSG: Fixed ulp can't boot after e12586
Need call MU_Init before call other function Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com>
Diffstat (limited to 'drivers/rpmsg')
-rw-r--r--drivers/rpmsg/imx_rpmsg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rpmsg/imx_rpmsg.c b/drivers/rpmsg/imx_rpmsg.c
index acf11a885f38..86f255ee2097 100644
--- a/drivers/rpmsg/imx_rpmsg.c
+++ b/drivers/rpmsg/imx_rpmsg.c
@@ -483,6 +483,7 @@ static int imx_rpmsg_probe(struct platform_device *pdev)
* bit26 is used by rpmsg channels.
* bit0 of MX7ULP_MU_CR used to let m4 to know MU is ready now
*/
+ MU_Init(mu_base);
if (variant == IMX7ULP) {
MU_EnableRxFullInt(mu_base, 1);
MU_SetFn(mu_base, 1);