diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-03-02 03:48:12 +0100 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-07-26 16:09:59 +0200 |
commit | 8ef6e6201b26cb9fde79c1baa08145af6aca2815 (patch) | |
tree | c2ae90128bfea1a6ff8d463141b1a14ab1b1faf6 /arch/arm/mach-footbridge/include/mach/debug-macro.S | |
parent | ARM: shark: use fixed PCI i/o mapping (diff) | |
download | linux-8ef6e6201b26cb9fde79c1baa08145af6aca2815.tar.xz linux-8ef6e6201b26cb9fde79c1baa08145af6aca2815.zip |
ARM: footbridge: use fixed PCI i/o mapping
Move footbridge PCI to fixed i/o mapping. io.h is still needed for the
!MMU case.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Russell King <linux@arm.linux.org.uk>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-footbridge/include/mach/debug-macro.S')
-rw-r--r-- | arch/arm/mach-footbridge/include/mach/debug-macro.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-footbridge/include/mach/debug-macro.S b/arch/arm/mach-footbridge/include/mach/debug-macro.S index e5acde25ffc5..c169f0c99b2a 100644 --- a/arch/arm/mach-footbridge/include/mach/debug-macro.S +++ b/arch/arm/mach-footbridge/include/mach/debug-macro.S @@ -17,7 +17,8 @@ /* For NetWinder debugging */ .macro addruart, rp, rv, tmp mov \rp, #0x000003f8 - orr \rv, \rp, #0xff000000 @ virtual + orr \rv, \rp, #0xfe000000 @ virtual + orr \rv, \rv, #0x00e00000 @ virtual orr \rp, \rp, #0x7c000000 @ physical .endm |