]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9659c2c4da551bbc1ba07ccf248d0fb0d254912e
tree775b5bd4ce8ec55f8724cfeebc5b44f6076c203f
parent91116a5e88b41b993d73c8c54352821c7295f5a2
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: 37d9ddefe774 ("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