]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
memory: tegra: Fix a typos for "fdcdwr2" mc client
authorEdward Cragg <drq.11235@gmail.com>
Fri, 8 Mar 2019 11:21:55 +0000 (11:21 +0000)
committerThierry Reding <treding@nvidia.com>
Thu, 18 Apr 2019 09:51:17 +0000 (11:51 +0200)
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>
drivers/memory/tegra/tegra114.c
drivers/memory/tegra/tegra30.c

index 7247a46b71a89f940ac2c72111c833b1ae956db8..62305fafd641a885acdbb0e7cc8b426a86f8a67e 100644 (file)
@@ -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,
index 68499ffdf0f43cf2c6fdf4495f2ab3e90dba9623..c9af0f682ead7623b68572d77a13e28376cf2bab 100644 (file)
@@ -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,