diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-06-26 03:05:38 +0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-06-27 16:19:12 +0400 |
commit | 56ce3ffbd5aa7c2b56913efe5e59ee856ea6f898 (patch) | |
tree | 240a90ba11a8150dbbd8a81c76c025b77f15e3d9 /arch/arm/boot/dts/integratorap.dts | |
parent | b342e64c6794aed1f8742d44d7dfc78a9c2c1cba (diff) | |
download | linux-56ce3ffbd5aa7c2b56913efe5e59ee856ea6f898.tar.xz |
ARM: integrator: set local side PCI addresses right
This alters the local side address of the iospace to zero,
non prefetchable memory local side address to 0x00000000 and
prefetchable memory local side address to 0x10000000,
so as to match the values actually poked in by the driver.
Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/integratorap.dts')
-rw-r--r-- | arch/arm/boot/dts/integratorap.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/integratorap.dts b/arch/arm/boot/dts/integratorap.dts index 03f23b7a0ab5..b6b82eca8d1e 100644 --- a/arch/arm/boot/dts/integratorap.dts +++ b/arch/arm/boot/dts/integratorap.dts @@ -49,11 +49,11 @@ interrupts = <17>; /* Bus error IRQ */ ranges = <0x00000000 0 0x61000000 /* config space */ 0x61000000 0 0x00100000 /* 16 MiB @ 61000000 */ - 0x01000000 0 0x60000000 /* I/O space */ + 0x01000000 0 0x0 /* I/O space */ 0x60000000 0 0x00100000 /* 16 MiB @ 60000000 */ - 0x02000000 0 0x40000000 /* non-prefectable memory */ + 0x02000000 0 0x00000000 /* non-prefectable memory */ 0x40000000 0 0x10000000 /* 256 MiB @ 40000000 */ - 0x42000000 0 0x50000000 /* prefetchable memory */ + 0x42000000 0 0x10000000 /* prefetchable memory */ 0x50000000 0 0x10000000>; /* 256 MiB @ 50000000 */ interrupt-map-mask = <0xf800 0 0 0x7>; interrupt-map = < |