diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-09-10 14:32:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-09-10 14:32:54 +0000 |
commit | 2e0e38ad69c719afd06858daba2f46724c989e1f (patch) | |
tree | 133092f1d48de18fdb23cffe0c26b1c4d642f82f /target/linux/ar71xx/patches-3.3/601-MIPS-ath79-add-more-register-defines.patch | |
parent | 24e24b2d5194c5867ed15e1811b90a36836aa3c0 (diff) | |
download | upstream-2e0e38ad69c719afd06858daba2f46724c989e1f.tar.gz upstream-2e0e38ad69c719afd06858daba2f46724c989e1f.tar.bz2 upstream-2e0e38ad69c719afd06858daba2f46724c989e1f.zip |
ar71xx: fix QCA955X_EHCI_SIZE
SVN-Revision: 33360
Diffstat (limited to 'target/linux/ar71xx/patches-3.3/601-MIPS-ath79-add-more-register-defines.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.3/601-MIPS-ath79-add-more-register-defines.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.3/601-MIPS-ath79-add-more-register-defines.patch b/target/linux/ar71xx/patches-3.3/601-MIPS-ath79-add-more-register-defines.patch index 84d7166ca1..1d9ec4166a 100644 --- a/target/linux/ar71xx/patches-3.3/601-MIPS-ath79-add-more-register-defines.patch +++ b/target/linux/ar71xx/patches-3.3/601-MIPS-ath79-add-more-register-defines.patch @@ -39,7 +39,7 @@ @@ -112,6 +122,8 @@ #define QCA955X_EHCI0_BASE 0x1b000000 #define QCA955X_EHCI1_BASE 0x1b400000 - #define QCA955X_EHCI_SIZE 0x1000 + #define QCA955X_EHCI_SIZE 0x200 +#define QCA955X_GMAC_BASE (AR71XX_APB_BASE + 0x00070000) +#define QCA955X_GMAC_SIZE 0x40 |