]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
firmware: imx: scu-pd: Rename mu PD range to mu_a
authorDaniel Baluta <daniel.baluta@nxp.com>
Thu, 18 Jul 2019 10:25:17 +0000 (13:25 +0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 23 Jul 2019 07:49:32 +0000 (15:49 +0800)
The Messaging Unit module enables two processors within the SoC to
communicate and coordinate by passing messages through the MU interface.

MUs have 2 “sides” with independent programming interfaces. Rename
mu PD range to mu_a because it's actually side A of MUs.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/firmware/imx/scu-pd.c

index 480cec69e2c96e9a1f280dd85240c0e31c2b2c1b..950d3023818628f61e02d778dd81f4c553fb3889 100644 (file)
@@ -92,7 +92,7 @@ static const struct imx_sc_pd_range imx8qxp_scu_pd_ranges[] = {
        { "gpt", IMX_SC_R_GPT_0, 5, true, 0 },
        { "kpp", IMX_SC_R_KPP, 1, false, 0 },
        { "fspi", IMX_SC_R_FSPI_0, 2, true, 0 },
-       { "mu", IMX_SC_R_MU_0A, 14, true, 0 },
+       { "mu_a", IMX_SC_R_MU_0A, 14, true, 0 },
 
        /* CONN SS */
        { "usb", IMX_SC_R_USB_0, 2, true, 0 },