Skip to content

Commit 6f37469

Browse files
webgeek1234krzk
authored andcommitted
memory: tegra210: Fix incorrect client ids
The original commit had typos for two of the memory client ids. Fix them to reference the correct bindings. Fixes: 3804cef ("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>
1 parent 3a86608 commit 6f37469

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/memory/tegra/tegra210.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ static const struct tegra_mc_client tegra210_mc_clients[] = {
10151015
},
10161016
},
10171017
}, {
1018-
.id = TEGRA210_MC_SESRD,
1018+
.id = TEGRA210_MC_SESWR,
10191019
.name = "seswr",
10201020
.swgroup = TEGRA_SWGROUP_SE,
10211021
.regs = {
@@ -1079,7 +1079,7 @@ static const struct tegra_mc_client tegra210_mc_clients[] = {
10791079
},
10801080
},
10811081
}, {
1082-
.id = TEGRA210_MC_ETRR,
1082+
.id = TEGRA210_MC_ETRW,
10831083
.name = "etrw",
10841084
.swgroup = TEGRA_SWGROUP_ETR,
10851085
.regs = {

0 commit comments

Comments
 (0)