Commit 67a8d5b0 authored by Edward Cragg's avatar Edward Cragg Committed by Thierry Reding

memory: tegra: Fix a typos for "fdcdwr2" mc client

Fix typo for fdcwr2 to fdcdwr2 to match the TRM.
Signed-off-by: default avatarEdward Cragg <drq.11235@gmail.com>
Signed-off-by: default avatarKejia Hu <kejia.hu@codethink.co.uk>
Acked-by: default avatarJon Hunter <jonathanh@nvidia.com>
Reviewed-by: default avatarDmitry Osipenko <digetx@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent a359de1b
......@@ -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,
......
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment