summaryrefslogtreecommitdiffstats
path: root/drivers/memory
diff options
context:
space:
mode:
authorEdward Cragg2019-03-08 12:21:55 +0100
committerThierry Reding2019-04-18 11:51:17 +0200
commit67a8d5b0fadfd931f7e6a78e9ee7b2792a7114aa (patch)
treec510c33940290f40f4c6d28961ddc411bdb1c838 /drivers/memory
parentRevert "ARM: tegra: Restore memory arbitration on resume from LP1 on Tegra30+" (diff)
downloadkernel-qcow2-linux-67a8d5b0fadfd931f7e6a78e9ee7b2792a7114aa.tar.gz
kernel-qcow2-linux-67a8d5b0fadfd931f7e6a78e9ee7b2792a7114aa.tar.xz
kernel-qcow2-linux-67a8d5b0fadfd931f7e6a78e9ee7b2792a7114aa.zip
memory: tegra: Fix a typos for "fdcdwr2" mc client
Fix typo for fdcwr2 to fdcdwr2 to match the TRM. Signed-off-by: Edward Cragg <drq.11235@gmail.com> Signed-off-by: Kejia Hu <kejia.hu@codethink.co.uk> Acked-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/memory')
-rw-r--r--drivers/memory/tegra/tegra114.c2
-rw-r--r--drivers/memory/tegra/tegra30.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/memory/tegra/tegra114.c b/drivers/memory/tegra/tegra114.c
index 7247a46b71a8..62305fafd641 100644
--- a/drivers/memory/tegra/tegra114.c
+++ b/drivers/memory/tegra/tegra114.c
@@ -572,7 +572,7 @@ static const struct tegra_mc_client tegra114_mc_clients[] = {
},
}, {
.id = 0x34,
- .name = "fdcwr2",
+ .name = "fdcdwr2",
.swgroup = TEGRA_SWGROUP_NV,
.smmu = {
.reg = 0x22c,
diff --git a/drivers/memory/tegra/tegra30.c b/drivers/memory/tegra/tegra30.c
index 68499ffdf0f4..c9af0f682ead 100644
--- a/drivers/memory/tegra/tegra30.c
+++ b/drivers/memory/tegra/tegra30.c
@@ -726,7 +726,7 @@ static const struct tegra_mc_client tegra30_mc_clients[] = {
},
}, {
.id = 0x34,
- .name = "fdcwr2",
+ .name = "fdcdwr2",
.swgroup = TEGRA_SWGROUP_NV2,
.smmu = {
.reg = 0x22c,