https://github.com/torvalds/linux
Revision 4c960910e2fb3a301ee4a504fa6b2c5204efeab0 authored by Gabor Juhos on 29 January 2013, 08:27:03 UTC, committed by Ralf Baechle on 30 January 2013, 20:42:41 UTC
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 <juhosg@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/4872/
Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent 79d61a0
History
Tip revision: 4c960910e2fb3a301ee4a504fa6b2c5204efeab0 authored by Gabor Juhos on 29 January 2013, 08:27:03 UTC
MIPS: AR724x: Fix AR724X_PCI_MEM_SIZE
Tip revision: 4c96091
File Mode Size
1.Intro -rw-r--r-- 14.6 KB
2.Process -rw-r--r-- 23.2 KB
3.Early-stage -rw-r--r-- 10.6 KB
4.Coding -rw-r--r-- 20.6 KB
5.Posting -rw-r--r-- 15.1 KB
6.Followthrough -rw-r--r-- 11.7 KB
7.AdvancedTopics -rw-r--r-- 9.4 KB
8.Conclusion -rw-r--r-- 3.1 KB

back to top