]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
memory: tegra210: Fix incorrect client ids
authorAaron Kling <webgeek1234@gmail.com>
Tue, 21 Oct 2025 19:47:06 +0000 (14:47 -0500)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 23 Oct 2025 13:32:21 +0000 (15:32 +0200)
The original commit had typos for two of the memory client ids. Fix them
to reference the correct bindings.

Fixes: 3804cef4c597 ("memory: tegra210: Use bindings for client ids")
Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
Link: https://patch.msgid.link/20251021-t210-mem-clientid-fixup-v1-1-5094946faa31@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/memory/tegra/tegra210.c

index cfa61dd885577a8fbd79c396a1316101197ca1f2..3c2949c16fdef4911682da5e3cbfb91899e34c87 100644 (file)
@@ -1015,7 +1015,7 @@ static const struct tegra_mc_client tegra210_mc_clients[] = {
                        },
                },
        }, {
-               .id = TEGRA210_MC_SESRD,
+               .id = TEGRA210_MC_SESWR,
                .name = "seswr",
                .swgroup = TEGRA_SWGROUP_SE,
                .regs = {
@@ -1079,7 +1079,7 @@ static const struct tegra_mc_client tegra210_mc_clients[] = {
                        },
                },
        }, {
-               .id = TEGRA210_MC_ETRR,
+               .id = TEGRA210_MC_ETRW,
                .name = "etrw",
                .swgroup = TEGRA_SWGROUP_ETR,
                .regs = {