memory: tegra: add MC client for Tegra234 GPU
authorSumit Gupta <sumitg@nvidia.com>
Tue, 1 Aug 2023 12:10:23 +0000 (17:40 +0530)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 5 Aug 2023 07:01:31 +0000 (09:01 +0200)
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>
drivers/memory/tegra/tegra234.c

index 7954f339ca793f0ec9826c99e0371b1ee3c3dea0..9e5b5dbd9c8dfb64ef1002323dc6cb39d3ab98cb 100644 (file)
@@ -916,6 +916,16 @@ static const struct tegra_mc_client tegra234_mc_clients[] = {
                .name = "sw_cluster2",
                .bpmp_id = TEGRA_ICC_BPMP_CPU_CLUSTER2,
                .type = TEGRA_ICC_NISO,
+       }, {
+               .id = TEGRA234_MEMORY_CLIENT_NVL1R,
+               .name = "nvl1r",
+               .bpmp_id = TEGRA_ICC_BPMP_GPU,
+               .type = TEGRA_ICC_NISO,
+       }, {
+               .id = TEGRA234_MEMORY_CLIENT_NVL1W,
+               .name = "nvl1w",
+               .bpmp_id = TEGRA_ICC_BPMP_GPU,
+               .type = TEGRA_ICC_NISO,
        },
 };