diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2018-05-08 12:49:47 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2018-05-18 16:45:01 -0400 |
commit | 5fd80cf74e1ee06f9895b74d26a3efb01bdad033 (patch) | |
tree | 28c9eae7f1bb8b57d163e4c42cb3582aa441f5ec /drivers/memory | |
parent | 45a81df06eeb320093b06132870e7ecd646db3f0 (diff) |
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>
Diffstat (limited to 'drivers/memory')
-rw-r--r-- | drivers/memory/tegra/tegra114.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/memory/tegra/tegra114.c b/drivers/memory/tegra/tegra114.c index 12528aa3062b..6560a5101322 100644 --- a/drivers/memory/tegra/tegra114.c +++ b/drivers/memory/tegra/tegra114.c | |||
@@ -948,7 +948,6 @@ static const struct tegra_smmu_soc tegra114_smmu_soc = { | |||
948 | } | 948 | } |
949 | 949 | ||
950 | static const struct tegra_mc_reset tegra114_mc_resets[] = { | 950 | static const struct tegra_mc_reset tegra114_mc_resets[] = { |
951 | TEGRA114_MC_RESET(AFI, 0x200, 0x204, 0), | ||
952 | TEGRA114_MC_RESET(AVPC, 0x200, 0x204, 1), | 951 | TEGRA114_MC_RESET(AVPC, 0x200, 0x204, 1), |
953 | TEGRA114_MC_RESET(DC, 0x200, 0x204, 2), | 952 | TEGRA114_MC_RESET(DC, 0x200, 0x204, 2), |
954 | TEGRA114_MC_RESET(DCB, 0x200, 0x204, 3), | 953 | TEGRA114_MC_RESET(DCB, 0x200, 0x204, 3), |
@@ -963,7 +962,6 @@ static const struct tegra_mc_reset tegra114_mc_resets[] = { | |||
963 | TEGRA114_MC_RESET(3D, 0x200, 0x204, 12), | 962 | TEGRA114_MC_RESET(3D, 0x200, 0x204, 12), |
964 | TEGRA114_MC_RESET(3D2, 0x200, 0x204, 13), | 963 | TEGRA114_MC_RESET(3D2, 0x200, 0x204, 13), |
965 | TEGRA114_MC_RESET(PPCS, 0x200, 0x204, 14), | 964 | TEGRA114_MC_RESET(PPCS, 0x200, 0x204, 14), |
966 | TEGRA114_MC_RESET(SATA, 0x200, 0x204, 15), | ||
967 | TEGRA114_MC_RESET(VDE, 0x200, 0x204, 16), | 965 | TEGRA114_MC_RESET(VDE, 0x200, 0x204, 16), |
968 | TEGRA114_MC_RESET(VI, 0x200, 0x204, 17), | 966 | TEGRA114_MC_RESET(VI, 0x200, 0x204, 17), |
969 | }; | 967 | }; |