提交 a6ffde5e 编写于 作者: Y Ye Li 提交者: Stefano Babic

drivers: misc: s400_api: Update S400_SUCCESS_IND to 0xd6

According to latest S400 API doc, the the success indicate value is
changed to 0xd6. So update the driver codes.
Signed-off-by: NYe Li <ye.li@nxp.com>
Signed-off-by: NPeng Fan <peng.fan@nxp.com>
上级 aadd6ca1
......@@ -185,7 +185,7 @@ static int imx8ulp_mu_call(struct udevice *dev, int no_resp, void *tx_msg,
}
result = ((struct imx8ulp_s400_msg *)rx_msg)->data[0];
if ((result & 0xff) == 0)
if ((result & 0xff) == 0xd6)
return 0;
return -EIO;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册