Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2da23247 authored by Florian Fainelli's avatar Florian Fainelli Committed by Ralf Baechle
Browse files

[MIPS] Au1000: set the PCI controller IO base



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

Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>
Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>
Signed-off-by: default avatarFlorian Fainelli <florian.fainelli@telecomint.eu>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent f708631a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ static int __init au1x_pci_setup(void)
		printk(KERN_ERR "Unable to ioremap pci space\n");
		return 1;
	}
	au1x_controller.io_map_base = virt_io_addr;

#ifdef CONFIG_DMA_NONCOHERENT
	{