linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: integrator: set local side PCI addresses right
@ 2013-06-25 23:05 Linus Walleij
  2013-06-27 12:18 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2013-06-25 23:05 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 arch/arm/boot/dts/integratorap.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/integratorap.dts b/arch/arm/boot/dts/integratorap.dts
index 03f23b7..b6b82ec 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 = <
-- 
1.8.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 1/3] ARM: integrator: set local side PCI addresses right
  2013-06-25 23:05 [PATCH 1/3] ARM: integrator: set local side PCI addresses right Linus Walleij
@ 2013-06-27 12:18 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2013-06-27 12:18 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 26 June 2013, Linus Walleij wrote:
> 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>

Applied, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-27 12:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-25 23:05 [PATCH 1/3] ARM: integrator: set local side PCI addresses right Linus Walleij
2013-06-27 12:18 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).