]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: AR71xx: Fix AR71XX_PCI_MEM_SIZE
authorGabor Juhos <juhosg@openwrt.org>
Tue, 29 Jan 2013 08:27:04 +0000 (08:27 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 30 Jan 2013 20:43:11 +0000 (21:43 +0100)
commit24235f63f2eaab4cc1a1e455e31408fce7d86ef7
treea225e686b25473dd7f1bf6e3540a859568c7d05c
parentd02616ea41de193585a525c8a376f275be7bbe66
MIPS: AR71xx: Fix AR71XX_PCI_MEM_SIZE

The base address of the PCI memory is 0x10000000 and the base address of the
PCI configuration space is 0x17000000 on the AR71xx SoCs.

The AR71XX_PCI_MEM_SIZE is defined as 0x08000000 which is wrong because that
overlaps with the configuration space.  This patch fixes the value of the
AR71XX_PCI_MEM_SIZE constant, in order to avoid this resource conflicts.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/4873/
Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pci/pci-ar71xx.c