From: Gabor Juhos Date: Tue, 29 Jan 2013 08:27:03 +0000 (+0000) Subject: MIPS: AR724x: Fix AR724X_PCI_MEM_SIZE X-Git-Tag: v3.8-rc6~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c960910e2fb3a301ee4a504fa6b2c5204efeab0;p=pandora-kernel.git MIPS: AR724x: Fix AR724X_PCI_MEM_SIZE The base address of the PCI memory is 0x10000000 and the base address of the PCI configuration space is 0x14000000 on the AR724x SoCs. The AR724X_PCI_MEM_SIZE is defined as 0x08000000 which is wrong because that overlaps with the configuration space. The patch fixes the value of the AR724X_PCI_MEM_SIZE constant, in order to avoid this resource conflicts. Signed-off-by: Gabor Juhos Patchwork: http://patchwork.linux-mips.org/patch/4872/ Signed-off-by: John Crispin Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed