linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] memory: tegra210: Fix incorrect client ids
@ 2025-10-21 19:47 Aaron Kling via B4 Relay
  2025-10-23 13:34 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Kling via B4 Relay @ 2025-10-21 19:47 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Thierry Reding, Jonathan Hunter
  Cc: Krzysztof Kozlowski, linux-kernel, linux-tegra, Aaron Kling

From: Aaron Kling <webgeek1234@gmail.com>

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>
---
 drivers/memory/tegra/tegra210.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/memory/tegra/tegra210.c b/drivers/memory/tegra/tegra210.c
index cfa61dd885577a8fbd79c396a1316101197ca1f2..3c2949c16fdef4911682da5e3cbfb91899e34c87 100644
--- a/drivers/memory/tegra/tegra210.c
+++ b/drivers/memory/tegra/tegra210.c
@@ -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 = {

---
base-commit: 211ddde0823f1442e4ad052a2f30f050145ccada
change-id: 20251021-t210-mem-clientid-fixup-6d5ce9bb6031

Best regards,
-- 
Aaron Kling <webgeek1234@gmail.com>



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] memory: tegra210: Fix incorrect client ids
  2025-10-21 19:47 [PATCH] memory: tegra210: Fix incorrect client ids Aaron Kling via B4 Relay
@ 2025-10-23 13:34 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2025-10-23 13:34 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Thierry Reding, Jonathan Hunter, Aaron Kling
  Cc: linux-kernel, linux-tegra


On Tue, 21 Oct 2025 14:47:06 -0500, Aaron Kling wrote:
> The original commit had typos for two of the memory client ids. Fix them
> to reference the correct bindings.
> 
> 

Applied, thanks!

[1/1] memory: tegra210: Fix incorrect client ids
      https://git.kernel.org/krzk/linux-mem-ctrl/c/6f37469a933030692741710db809722076f71973

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-23 13:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-21 19:47 [PATCH] memory: tegra210: Fix incorrect client ids Aaron Kling via B4 Relay
2025-10-23 13:34 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).