diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-02 11:25:46 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-02 11:25:46 +0000 |
commit | 3e1e52a52469823eb8537892178800d857c168bb (patch) | |
tree | 10275323c32a83825e69325ac2f21e5cba3ba329 /target/linux/ar71xx/patches-3.3/170-MIPS-ath79-add-PCI-controller-registration-code-for-.patch | |
parent | b8730517068d6ab2850656220e5bf024ab25da83 (diff) | |
download | mtk-20170518-3e1e52a52469823eb8537892178800d857c168bb.zip mtk-20170518-3e1e52a52469823eb8537892178800d857c168bb.tar.gz mtk-20170518-3e1e52a52469823eb8537892178800d857c168bb.tar.bz2 |
ar71xx: fix AR934X_EHCI_SIZE
SVN-Revision: 32947
Diffstat (limited to 'target/linux/ar71xx/patches-3.3/170-MIPS-ath79-add-PCI-controller-registration-code-for-.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.3/170-MIPS-ath79-add-PCI-controller-registration-code-for-.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.3/170-MIPS-ath79-add-PCI-controller-registration-code-for-.patch b/target/linux/ar71xx/patches-3.3/170-MIPS-ath79-add-PCI-controller-registration-code-for-.patch index ccf25ed..c503a0d 100644 --- a/target/linux/ar71xx/patches-3.3/170-MIPS-ath79-add-PCI-controller-registration-code-for-.patch +++ b/target/linux/ar71xx/patches-3.3/170-MIPS-ath79-add-PCI-controller-registration-code-for-.patch @@ -83,7 +83,7 @@ Subject: [PATCH 26/34] MIPS: ath79: add PCI controller registration code for the +++ b/arch/mips/include/asm/mach-ath79/ar71xx_regs.h @@ -92,6 +92,19 @@ #define AR934X_EHCI_BASE 0x1b000000 - #define AR934X_EHCI_SIZE 0x1000 + #define AR934X_EHCI_SIZE 0x200 +#define QCA955X_PCI_MEM_BASE0 0x10000000 +#define QCA955X_PCI_MEM_BASE1 0x12000000 |