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

dt-bindings: 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
a1be3cfd 5fd80cf7

+16 -18
+16 -18
include/dt-bindings/memory/tegra114-mc.h
··· 23 23 #define TEGRA_SWGROUP_EMUCIF 18 24 24 #define TEGRA_SWGROUP_TSEC 19 25 25 26 - #define TEGRA114_MC_RESET_AFI 0 27 - #define TEGRA114_MC_RESET_AVPC 1 28 - #define TEGRA114_MC_RESET_DC 2 29 - #define TEGRA114_MC_RESET_DCB 3 30 - #define TEGRA114_MC_RESET_EPP 4 31 - #define TEGRA114_MC_RESET_2D 5 32 - #define TEGRA114_MC_RESET_HC 6 33 - #define TEGRA114_MC_RESET_HDA 7 34 - #define TEGRA114_MC_RESET_ISP 8 35 - #define TEGRA114_MC_RESET_MPCORE 9 36 - #define TEGRA114_MC_RESET_MPCORELP 10 37 - #define TEGRA114_MC_RESET_MPE 11 38 - #define TEGRA114_MC_RESET_3D 12 39 - #define TEGRA114_MC_RESET_3D2 13 40 - #define TEGRA114_MC_RESET_PPCS 14 41 - #define TEGRA114_MC_RESET_SATA 15 42 - #define TEGRA114_MC_RESET_VDE 16 43 - #define TEGRA114_MC_RESET_VI 17 26 + #define TEGRA114_MC_RESET_AVPC 0 27 + #define TEGRA114_MC_RESET_DC 1 28 + #define TEGRA114_MC_RESET_DCB 2 29 + #define TEGRA114_MC_RESET_EPP 3 30 + #define TEGRA114_MC_RESET_2D 4 31 + #define TEGRA114_MC_RESET_HC 5 32 + #define TEGRA114_MC_RESET_HDA 6 33 + #define TEGRA114_MC_RESET_ISP 7 34 + #define TEGRA114_MC_RESET_MPCORE 8 35 + #define TEGRA114_MC_RESET_MPCORELP 9 36 + #define TEGRA114_MC_RESET_MPE 10 37 + #define TEGRA114_MC_RESET_3D 11 38 + #define TEGRA114_MC_RESET_3D2 12 39 + #define TEGRA114_MC_RESET_PPCS 13 40 + #define TEGRA114_MC_RESET_VDE 14 41 + #define TEGRA114_MC_RESET_VI 15 44 42 45 43 #endif