diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-07-13 16:27:22 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-07-26 09:09:57 -0500 |
commit | 68ef63227b131a83732753f9fcd258319c37c1c3 (patch) | |
tree | 6008795f34f7644ae227da4931c841e34e9d32d3 /arch/arm/mach-integrator/include/mach/platform.h | |
parent | d94c7a04b84e825b7cdeb112a11935ec0e70afd7 (diff) | |
download | kernel_goldelico_gta04-68ef63227b131a83732753f9fcd258319c37c1c3.zip kernel_goldelico_gta04-68ef63227b131a83732753f9fcd258319c37c1c3.tar.gz kernel_goldelico_gta04-68ef63227b131a83732753f9fcd258319c37c1c3.tar.bz2 |
ARM: integrator: use fixed PCI i/o mapping
Move integrator PCI to fixed i/o mapping and remove io.h.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-integrator/include/mach/platform.h')
-rw-r--r-- | arch/arm/mach-integrator/include/mach/platform.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-integrator/include/mach/platform.h b/arch/arm/mach-integrator/include/mach/platform.h index ec467ba..4c03475 100644 --- a/arch/arm/mach-integrator/include/mach/platform.h +++ b/arch/arm/mach-integrator/include/mach/platform.h @@ -324,6 +324,10 @@ */ #define PHYS_PCI_V3_BASE 0x62000000 +#define PCI_MEMORY_VADDR 0xe8000000 +#define PCI_CONFIG_VADDR 0xec000000 +#define PCI_V3_VADDR 0xed000000 + /* ------------------------------------------------------------------------ * Integrator Interrupt Controllers * ------------------------------------------------------------------------ |