diff options
author | Ravindra Lokhande <rlokhande@nvidia.com> | 2012-09-21 20:55:17 +0530 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-14 12:47:29 -0700 |
commit | 2831dd9780d13acd4ad12edea0b9aa7306793aa0 (patch) | |
tree | 52a1af16cea0b83daa73f43a461651ecae04d2f0 /arch/arm/mach-tegra/iomap.h | |
parent | b17bdb327a610d1d159f731c8e502a06658403c6 (diff) |
ARM: tegra: iomap: Correct apbif base addresses
Change-Id: I72985d376375ed491fda859772df5bea69de6b45
Signed-off-by: Ravindra Lokhande <rlokhande@nvidia.com>
Reviewed-on: http://git-master/r/134422
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Scott Peterson <speterson@nvidia.com>
Reviewed-by: Bo Yan <byan@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/iomap.h')
-rw-r--r-- | arch/arm/mach-tegra/iomap.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-tegra/iomap.h b/arch/arm/mach-tegra/iomap.h index 39dbdc873029..d417fe63bc42 100644 --- a/arch/arm/mach-tegra/iomap.h +++ b/arch/arm/mach-tegra/iomap.h @@ -357,22 +357,22 @@ #define TEGRA_SPDIF_BASE 0x70306000 #define TEGRA_SPDIF_SIZE SZ_256 -#define TEGRA_APBIF4_BASE 0x70300700 +#define TEGRA_APBIF4_BASE 0x70300200 #define TEGRA_APBIF4_SIZE 32 -#define TEGRA_APBIF5_BASE 0x70300720 +#define TEGRA_APBIF5_BASE 0x70300220 #define TEGRA_APBIF5_SIZE 32 -#define TEGRA_APBIF6_BASE 0x70300740 +#define TEGRA_APBIF6_BASE 0x70300240 #define TEGRA_APBIF6_SIZE 32 -#define TEGRA_APBIF7_BASE 0x70300760 +#define TEGRA_APBIF7_BASE 0x70300260 #define TEGRA_APBIF7_SIZE 32 -#define TEGRA_APBIF8_BASE 0x70300780 +#define TEGRA_APBIF8_BASE 0x70300280 #define TEGRA_APBIF8_SIZE 32 -#define TEGRA_APBIF9_BASE 0x703007A0 +#define TEGRA_APBIF9_BASE 0x703002A0 #define TEGRA_APBIF9_SIZE 32 #define TEGRA_AMX0_BASE 0x70303000 |