Skip to content
Snippets Groups Projects
Commit 2e0e38ad authored by Gabor Juhos's avatar Gabor Juhos
Browse files

ar71xx: fix QCA955X_EHCI_SIZE

SVN-Revision: 33360
parent 24e24b2d
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> ...@@ -86,7 +86,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
+#define QCA955X_EHCI0_BASE 0x1b000000 +#define QCA955X_EHCI0_BASE 0x1b000000
+#define QCA955X_EHCI1_BASE 0x1b400000 +#define QCA955X_EHCI1_BASE 0x1b400000
+#define QCA955X_EHCI_SIZE 0x1000 +#define QCA955X_EHCI_SIZE 0x200
+ +
/* /*
* DDR_CTRL block * DDR_CTRL block
......
...@@ -67,4 +67,4 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> ...@@ -67,4 +67,4 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
+#define QCA955X_WMAC_SIZE 0x20000 +#define QCA955X_WMAC_SIZE 0x20000
#define QCA955X_EHCI0_BASE 0x1b000000 #define QCA955X_EHCI0_BASE 0x1b000000
#define QCA955X_EHCI1_BASE 0x1b400000 #define QCA955X_EHCI1_BASE 0x1b400000
#define QCA955X_EHCI_SIZE 0x1000 #define QCA955X_EHCI_SIZE 0x200
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
@@ -112,6 +122,8 @@ @@ -112,6 +122,8 @@
#define QCA955X_EHCI0_BASE 0x1b000000 #define QCA955X_EHCI0_BASE 0x1b000000
#define QCA955X_EHCI1_BASE 0x1b400000 #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_BASE (AR71XX_APB_BASE + 0x00070000)
+#define QCA955X_GMAC_SIZE 0x40 +#define QCA955X_GMAC_SIZE 0x40
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment