diff options
author | Songhee Baek <sbaek@nvidia.com> | 2012-10-31 15:44:44 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-14 12:44:33 -0700 |
commit | 95fead7bb9e60e03fcd3846d4ab01e73f3ee359e (patch) | |
tree | 594e61f1801206d62d76dfeb8e2e1d889b76de06 /arch/arm/mach-tegra/iomap.h | |
parent | faf8ad9365a0965ac5f1215f4f2dc9785f32c0bd (diff) |
ARM: tegra: Add t11x AMX/ADX address
Change-Id: I39447ad0588405eb52677c7c2e98838d6370f1aa
Signed-off-by: Songhee Baek <sbaek@nvidia.com>
Reviewed-on: http://git-master/r/160346
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com>
Reviewed-by: Gajanan Bhat <gbhat@nvidia.com>
Reviewed-by: Scott Peterson <speterson@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/iomap.h')
-rw-r--r-- | arch/arm/mach-tegra/iomap.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/iomap.h b/arch/arm/mach-tegra/iomap.h index 4cbf24e84029..f7bd2d78671f 100644 --- a/arch/arm/mach-tegra/iomap.h +++ b/arch/arm/mach-tegra/iomap.h @@ -340,6 +340,12 @@ #ifndef CONFIG_ARCH_TEGRA_3x_SOC +#define TEGRA_AMX0_BASE 0x70080C00 +#define TEGRA_AMX0_SIZE SZ_256 + +#define TEGRA_ADX0_BASE 0x70080E00 +#define TEGRA_ADX0_SIZE SZ_256 + #define TEGRA_APBIF4_BASE 0x70081000 #define TEGRA_APBIF4_SIZE 32 |