Commit 2da23247935526da567e18caddb4533cfa194aa9

Authored by Florian Fainelli
Committed by Ralf Baechle
1 parent f708631ac7

[MIPS] Au1000: set the PCI controller IO base

The PCI controller IO base was not set in the au1000 pci code.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

arch/mips/au1000/common/pci.c
... ... @@ -74,6 +74,7 @@
74 74 printk(KERN_ERR "Unable to ioremap pci space\n");
75 75 return 1;
76 76 }
  77 + au1x_controller.io_map_base = virt_io_addr;
77 78  
78 79 #ifdef CONFIG_DMA_NONCOHERENT
79 80 {