diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-04 11:03:57 -0400 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-08-28 06:29:57 -0400 |
commit | a0aa4577ec579eb230557b85d721fd019ea69e02 (patch) | |
tree | 54a1b88f17068cec4279bafc0f736375a9d960b2 | |
parent | 00ffed582fe8a3f7556593c0e8baaf3da3df85b0 (diff) |
MIPS: ath79: register USB host controller on the DB120 board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/4173/
Signed-off-by: John Crispin <blogic@openwrt.org>
-rw-r--r-- | arch/mips/ath79/mach-db120.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/ath79/mach-db120.c b/arch/mips/ath79/mach-db120.c index 1983e4d2af4b..42f540a724f4 100644 --- a/arch/mips/ath79/mach-db120.c +++ b/arch/mips/ath79/mach-db120.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include "dev-gpio-buttons.h" | 25 | #include "dev-gpio-buttons.h" |
26 | #include "dev-leds-gpio.h" | 26 | #include "dev-leds-gpio.h" |
27 | #include "dev-spi.h" | 27 | #include "dev-spi.h" |
28 | #include "dev-usb.h" | ||
28 | #include "dev-wmac.h" | 29 | #include "dev-wmac.h" |
29 | #include "pci.h" | 30 | #include "pci.h" |
30 | 31 | ||
@@ -126,6 +127,7 @@ static void __init db120_setup(void) | |||
126 | db120_gpio_keys); | 127 | db120_gpio_keys); |
127 | ath79_register_spi(&db120_spi_data, db120_spi_info, | 128 | ath79_register_spi(&db120_spi_data, db120_spi_info, |
128 | ARRAY_SIZE(db120_spi_info)); | 129 | ARRAY_SIZE(db120_spi_info)); |
130 | ath79_register_usb(); | ||
129 | ath79_register_wmac(art + DB120_WMAC_CALDATA_OFFSET); | 131 | ath79_register_wmac(art + DB120_WMAC_CALDATA_OFFSET); |
130 | db120_pci_init(art + DB120_PCIE_CALDATA_OFFSET); | 132 | db120_pci_init(art + DB120_PCIE_CALDATA_OFFSET); |
131 | } | 133 | } |