Skip to content

Commit 35bd78c

Browse files
Sumit Guptakrzk
authored andcommitted
memory: tegra: add MC client for Tegra234 GPU
Add the Non-ISO MC client for the Tegra234 GPU to the tegra234_mc_clients table. Signed-off-by: Sumit Gupta <sumitg@nvidia.com> Link: https://lore.kernel.org/r/20230801121023.27841-1-sumitg@nvidia.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent f7812cd commit 35bd78c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

drivers/memory/tegra/tegra234.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,16 @@ static const struct tegra_mc_client tegra234_mc_clients[] = {
916916
.name = "sw_cluster2",
917917
.bpmp_id = TEGRA_ICC_BPMP_CPU_CLUSTER2,
918918
.type = TEGRA_ICC_NISO,
919+
}, {
920+
.id = TEGRA234_MEMORY_CLIENT_NVL1R,
921+
.name = "nvl1r",
922+
.bpmp_id = TEGRA_ICC_BPMP_GPU,
923+
.type = TEGRA_ICC_NISO,
924+
}, {
925+
.id = TEGRA234_MEMORY_CLIENT_NVL1W,
926+
.name = "nvl1w",
927+
.bpmp_id = TEGRA_ICC_BPMP_GPU,
928+
.type = TEGRA_ICC_NISO,
919929
},
920930
};
921931

0 commit comments

Comments
 (0)