diff options
author | Daniel Baluta <daniel.baluta@nxp.com> | 2019-07-18 12:25:17 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-07-23 09:49:32 +0200 |
commit | 6d9d21711b38c9cd5f70e04623151f498f3129ac (patch) | |
tree | ab61cbc1818bb19919f36f619d036ed9fbbddf28 /drivers/firmware/imx | |
parent | soc: imx8: Add i.MX8MM UID(unique identifier) support (diff) | |
download | linux-6d9d21711b38c9cd5f70e04623151f498f3129ac.tar.xz linux-6d9d21711b38c9cd5f70e04623151f498f3129ac.zip |
firmware: imx: scu-pd: Rename mu PD range to mu_a
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>
Diffstat (limited to 'drivers/firmware/imx')
-rw-r--r-- | drivers/firmware/imx/scu-pd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/imx/scu-pd.c b/drivers/firmware/imx/scu-pd.c index 480cec69e2c9..950d30238186 100644 --- a/drivers/firmware/imx/scu-pd.c +++ b/drivers/firmware/imx/scu-pd.c @@ -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 }, |