Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

firmware: imx: scu-pd: enlarge PD range for mu_b

The range of resources for Messaging Units side B needs to contain
all the possible MUB resource available: starting from MU_5B up to
MU_13B.
This patch is needed to enable MU_8B for the 'imx-shmem-net' driver
which allows two OS partitions communicating via MUs without Hypervisor.

Signed-off-by: Sebastien Fagard <sebastien.fagard@nxp.com>
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Sebastien Fagard and committed by
Shawn Guo
e391b24d 0a7696b3

+1 -1
+1 -1
drivers/firmware/imx/scu-pd.c
··· 93 93 { "kpp", IMX_SC_R_KPP, 1, false, 0 }, 94 94 { "fspi", IMX_SC_R_FSPI_0, 2, true, 0 }, 95 95 { "mu_a", IMX_SC_R_MU_0A, 14, true, 0 }, 96 - { "mu_b", IMX_SC_R_MU_13B, 1, true, 13 }, 96 + { "mu_b", IMX_SC_R_MU_5B, 9, true, 5 }, 97 97 98 98 /* CONN SS */ 99 99 { "usb", IMX_SC_R_USB_0, 2, true, 0 },