diff options
author | John Crispin <blogic@openwrt.org> | 2014-09-12 06:53:15 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-09-12 06:53:15 +0000 |
commit | f92da9dda6e525e9c4ec6be41d8ca5f59e8bb8df (patch) | |
tree | 725bcb309f03c4793af6a0bb269b6950bd1fde0d /target/linux/atheros/patches-3.14/100-board.patch | |
parent | 594d4ab8100d6e4cf752488f4f9d0ed27fc5dbbb (diff) | |
download | upstream-f92da9dda6e525e9c4ec6be41d8ca5f59e8bb8df.tar.gz upstream-f92da9dda6e525e9c4ec6be41d8ca5f59e8bb8df.tar.bz2 upstream-f92da9dda6e525e9c4ec6be41d8ca5f59e8bb8df.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42503 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) |