atheros[ar231x-pci]: do not touch iomem_resource ranges
authorJohn Crispin <john@openwrt.org>
Tue, 24 Jun 2014 18:13:22 +0000 (18:13 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 24 Jun 2014 18:13:22 +0000 (18:13 +0000)
Moving the start of IO mem to 0x10000000 leads to allocation conflict
with SPI flash memory region, which starts at 0x08000000.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 41319

target/linux/atheros/patches-3.10/105-ar2315_pci.patch

index 7108d6c75f87360b02d9e622b849a9a08ca9022c..733d6ad1bb6efcb16588b0e807c542dae6428ff3 100644 (file)
@@ -7,7 +7,7 @@
 +obj-$(CONFIG_ATHEROS_AR2315_PCI) += pci.o
 --- /dev/null
 +++ b/arch/mips/ar231x/pci.c
-@@ -0,0 +1,236 @@
+@@ -0,0 +1,234 @@
 +/*
 + * This program is free software; you can redistribute it and/or
 + * modify it under the terms of the GNU General Public License
 +      /* dirty hack - anyone with a datasheet that knows the memory map ? */
 +      ioport_resource.start = 0x10000000;
 +      ioport_resource.end = 0xffffffff;
-+      iomem_resource.start = 0x10000000;
-+      iomem_resource.end = 0xffffffff;
 +
 +      register_pci_controller(&ar231x_pci_controller);
 +