Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

memory: tegra: Remove Tegra114 SATA and AFI reset definitions

Tegra114 doesn't have SATA nor PCIe, but TRM seems erroneously document
them.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Dmitry Osipenko and committed by
Thierry Reding
5fd80cf7 45a81df0

-2
-2
drivers/memory/tegra/tegra114.c
··· 948 948 } 949 949 950 950 static const struct tegra_mc_reset tegra114_mc_resets[] = { 951 - TEGRA114_MC_RESET(AFI, 0x200, 0x204, 0), 952 951 TEGRA114_MC_RESET(AVPC, 0x200, 0x204, 1), 953 952 TEGRA114_MC_RESET(DC, 0x200, 0x204, 2), 954 953 TEGRA114_MC_RESET(DCB, 0x200, 0x204, 3), ··· 962 963 TEGRA114_MC_RESET(3D, 0x200, 0x204, 12), 963 964 TEGRA114_MC_RESET(3D2, 0x200, 0x204, 13), 964 965 TEGRA114_MC_RESET(PPCS, 0x200, 0x204, 14), 965 - TEGRA114_MC_RESET(SATA, 0x200, 0x204, 15), 966 966 TEGRA114_MC_RESET(VDE, 0x200, 0x204, 16), 967 967 TEGRA114_MC_RESET(VI, 0x200, 0x204, 17), 968 968 };