diff options
author | Gabor Juhos | 2013-02-15 14:38:24 +0100 |
---|---|---|
committer | John Crispin | 2013-02-19 09:36:33 +0100 |
commit | 82c46840ae6bd8a147c59cd51f636d913989324a (patch) | |
tree | 1334eb1cb2476aeeae1945d012cab974160d8f91 /arch/mips/include/asm/mach-ath79/ar71xx_regs.h | |
parent | MIPS: ath79: add PCI controller registration code for the QCA955X SoCs (diff) | |
download | kernel-qcow2-linux-82c46840ae6bd8a147c59cd51f636d913989324a.tar.gz kernel-qcow2-linux-82c46840ae6bd8a147c59cd51f636d913989324a.tar.xz kernel-qcow2-linux-82c46840ae6bd8a147c59cd51f636d913989324a.zip |
MIPS: ath79: add USB controller registration code for the QCA955X SoCs
Register platfom devices for the built-in USB
controllers of the SoCs.
Cc: Rodriguez, Luis <rodrigue@qca.qualcomm.com>
Cc: Giori, Kathy <kgiori@qca.qualcomm.com>
Cc: QCA Linux Team <qca-linux-team@qca.qualcomm.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/4952/
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'arch/mips/include/asm/mach-ath79/ar71xx_regs.h')
-rw-r--r-- | arch/mips/include/asm/mach-ath79/ar71xx_regs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-ath79/ar71xx_regs.h b/arch/mips/include/asm/mach-ath79/ar71xx_regs.h index b7fa9d14d20f..4de183112917 100644 --- a/arch/mips/include/asm/mach-ath79/ar71xx_regs.h +++ b/arch/mips/include/asm/mach-ath79/ar71xx_regs.h @@ -109,6 +109,9 @@ #define QCA955X_WMAC_BASE (AR71XX_APB_BASE + 0x00100000) #define QCA955X_WMAC_SIZE 0x20000 +#define QCA955X_EHCI0_BASE 0x1b000000 +#define QCA955X_EHCI1_BASE 0x1b400000 +#define QCA955X_EHCI_SIZE 0x1000 /* * DDR_CTRL block |