diff options
author | John Crispin <john@openwrt.org> | 2014-09-12 06:53:15 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-09-12 06:53:15 +0000 |
commit | 94efeaa51f4e4f00160559c53ca6f601f2864560 (patch) | |
tree | 0f4346991d800c0a7caa3281db6b9714993f16be /target/linux/atheros/patches-3.14/100-board.patch | |
parent | 78c914ffe52e84b05c6d6ad33d9232fb980f1725 (diff) | |
download | upstream-94efeaa51f4e4f00160559c53ca6f601f2864560.tar.gz upstream-94efeaa51f4e4f00160559c53ca6f601f2864560.tar.bz2 upstream-94efeaa51f4e4f00160559c53ca6f601f2864560.zip |
atheros: ar2315-pci: update host bridge resources
It seems that the PCI controller does not support I/O ports, so remove
the ports range. Also correct the beginning of the memory range and its
size.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42503
Diffstat (limited to 'target/linux/atheros/patches-3.14/100-board.patch')
-rw-r--r-- | target/linux/atheros/patches-3.14/100-board.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.14/100-board.patch b/target/linux/atheros/patches-3.14/100-board.patch index c87734b69d..4512d55ed4 100644 --- a/target/linux/atheros/patches-3.14/100-board.patch +++ b/target/linux/atheros/patches-3.14/100-board.patch @@ -674,7 +674,7 @@ +#endif /* __ASM_MACH_AR231X_WAR_H */ --- /dev/null +++ b/arch/mips/include/asm/mach-ar231x/ar2315_regs.h -@@ -0,0 +1,624 @@ +@@ -0,0 +1,625 @@ +/* + * Register definitions for AR2315+ + * @@ -738,6 +738,7 @@ +#define AR2315_UART0 0x11100000 /* UART MMR */ +#define AR2315_SPI_MMR 0x11300000 /* SPI FLASH MMR */ +#define AR2315_PCIEXT 0x80000000 /* pci external */ ++#define AR2315_PCIEXT_SZ 0x40000000 + +/* MII registers offset inside Ethernet MMR region */ +#define AR2315_ENET0_MII (AR2315_ENET0 + 0x14) |