diff mbox series

[2/2] memory: tegra: Remove Tegra114 SATA and AFI reset definitions

Message ID 20180508164947.10936-3-digetx@gmail.com
State Accepted
Headers show
Series Correct Memory Controller resets on Tegra114 | expand

Commit Message

Dmitry Osipenko May 8, 2018, 4:49 p.m. UTC
Tegra114 doesn't have SATA nor PCIe, but TRM seems erroneously document
them.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
---
 drivers/memory/tegra/tegra114.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/drivers/memory/tegra/tegra114.c b/drivers/memory/tegra/tegra114.c
index 416450451d85..5fa3edb86f95 100644
--- a/drivers/memory/tegra/tegra114.c
+++ b/drivers/memory/tegra/tegra114.c
@@ -1012,7 +1012,6 @@  static const struct tegra_smmu_soc tegra114_smmu_soc = {
 	}
 
 static const struct tegra_mc_reset tegra114_mc_resets[] = {
-	TEGRA114_MC_RESET(AFI,      0x200, 0x204,  0),
 	TEGRA114_MC_RESET(AVPC,     0x200, 0x204,  1),
 	TEGRA114_MC_RESET(DC,       0x200, 0x204,  2),
 	TEGRA114_MC_RESET(DCB,      0x200, 0x204,  3),
@@ -1027,7 +1026,6 @@  static const struct tegra_mc_reset tegra114_mc_resets[] = {
 	TEGRA114_MC_RESET(3D,       0x200, 0x204, 12),
 	TEGRA114_MC_RESET(3D2,      0x200, 0x204, 13),
 	TEGRA114_MC_RESET(PPCS,     0x200, 0x204, 14),
-	TEGRA114_MC_RESET(SATA,     0x200, 0x204, 15),
 	TEGRA114_MC_RESET(VDE,      0x200, 0x204, 16),
 	TEGRA114_MC_RESET(VI,       0x200, 0x204, 17),
 };