mailbox: imx: fix RST channel support
authorPeng Fan <peng.fan@nxp.com>
Mon, 19 Sep 2022 03:01:36 +0000 (11:01 +0800)
committerJassi Brar <jaswinder.singh@linaro.org>
Thu, 6 Oct 2022 02:46:36 +0000 (21:46 -0500)
commit7e5cd064f73ccecd2ac1aadca078394bd25ea3ce
tree775b5bd4ce8ec55f8724cfeebc5b44f6076c203f
parent68584e380ef54fb1e7d97710a0fdd7e31212fd65
mailbox: imx: fix RST channel support

Because IMX_MU_xCR_MAX was increased to 5, some mu cfgs were not updated
to include the CR register. Add the missed CR register to xcr array.

Fixes: 82ab513baed5 ("mailbox: imx: support RST channel")
Reported-by: Liu Ying <victor.liu@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Tested-by: Liu Ying <victor.liu@nxp.com> # i.MX8qm/qxp MEK boards boot
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/imx-mailbox.c