memory: tegra: Complete tegra210_swgroups
authorNicolin Chen <nicoleotsuka@gmail.com>
Thu, 8 Oct 2020 00:37:46 +0000 (17:37 -0700)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 26 Nov 2020 17:50:37 +0000 (18:50 +0100)
commit4a91b11c0a100532c466e07a1372d134ab0e753d
treeb66c546338e0e80d07e33fda8d5cb03033d80e4d
parentbf25f3fceffa9e4e5b5a59ed51511ec5ba6a6036
memory: tegra: Complete tegra210_swgroups

According to Tegra X1 TRM, there are missing swgroups in the
tegra210_swgroups list. So this patch adds them to the list.

Note that the TEGRA_SWGROUP_GPU (in list) should be actually
TEGRA_SWGROUP_GPUB (in TRM), yet TEGRA_SWGROUP_GPU (in TRM) is not being
used -- only TEGRA_SWGROUP_GPUB (in TRM) is. So this patch does not add
TEGRA_SWGROUP_GPU (in TRM) and keeps TEGRA_SWGROUP_GPU (in list)
as it is.

Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20201008003746.25659-6-nicoleotsuka@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
drivers/memory/tegra/tegra210.c