firmware: imx: scu-pd: enlarge PD range for mu_b
authorSebastien Fagard <sebastien.fagard@nxp.com>
Mon, 27 Jan 2020 14:27:32 +0000 (14:27 +0000)
committerShawn Guo <shawnguo@kernel.org>
Tue, 18 Feb 2020 09:41:03 +0000 (17:41 +0800)
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>
drivers/firmware/imx/scu-pd.c

index c10f639..09cfa26 100644 (file)
@@ -93,7 +93,7 @@ static const struct imx_sc_pd_range imx8qxp_scu_pd_ranges[] = {
        { "kpp", IMX_SC_R_KPP, 1, false, 0 },
        { "fspi", IMX_SC_R_FSPI_0, 2, true, 0 },
        { "mu_a", IMX_SC_R_MU_0A, 14, true, 0 },
-       { "mu_b", IMX_SC_R_MU_13B, 1, true, 13 },
+       { "mu_b", IMX_SC_R_MU_5B, 9, true, 5 },
 
        /* CONN SS */
        { "usb", IMX_SC_R_USB_0, 2, true, 0 },