ARM: tegra: remove much of iomap.h
authorStephen Warren <swarren@nvidia.com>
Tue, 20 Aug 2013 22:28:42 +0000 (16:28 -0600)
committerStephen Warren <swarren@nvidia.com>
Tue, 17 Sep 2013 19:44:22 +0000 (13:44 -0600)
iomap.h defines the base address of Tegra peripherals. Most of this
information comes from device tree now, and hence can be deleted.
Entries are kept for various system peripherals that low-level code
(such as initial boot, system suspend/resume, debug) still requires.

Removing the values removes the temptation for someone to use them.

Signed-off-by: Stephen Warren <swarren@nvidia.com>

No differences found