projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eed169
)
remoteproc: imx_rproc: Correct i.MX93 DRAM mapping
author
Peng Fan
<peng.fan@nxp.com>
Wed, 2 Nov 2022 11:14:10 +0000
(19:14 +0800)
committer
Mathieu Poirier
<mathieu.poirier@linaro.org>
Tue, 15 Nov 2022 18:38:09 +0000
(11:38 -0700)
According to updated reference mannual, the M33 DRAM view of
0x[C,D]
0000000
maps to A55 0xC0000000, so correct it.
Fixes: 9222fabf0e39 ("remoteproc: imx_rproc: Support i.MX93")
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: stable <stable@vger.kernel.org>
Link:
https://lore.kernel.org/r/20221102111410.38737-1-peng.fan@oss.nxp.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/imx_rproc.c
patch
|
blob
|
history
diff --git
a/drivers/remoteproc/imx_rproc.c
b/drivers/remoteproc/imx_rproc.c
index 2c471e46f4ca8dbd7d1a3e0f5ee9dd0dddf6e4d1..9fc978e0393cee92bae2bd4261bc26d8d292eb5d 100644
(file)
--- a/
drivers/remoteproc/imx_rproc.c
+++ b/
drivers/remoteproc/imx_rproc.c
@@
-134,8
+134,8
@@
static const struct imx_rproc_att imx_rproc_att_imx93[] = {
{ 0x80000000, 0x80000000, 0x10000000, 0 },
{ 0x90000000, 0x80000000, 0x10000000, 0 },
- { 0xC0000000, 0x
a
0000000, 0x10000000, 0 },
- { 0xD0000000, 0x
a
0000000, 0x10000000, 0 },
+ { 0xC0000000, 0x
C
0000000, 0x10000000, 0 },
+ { 0xD0000000, 0x
C
0000000, 0x10000000, 0 },
};
static const struct imx_rproc_att imx_rproc_att_imx8qm[] = {