| 1 | From 932c1688e960bff170f1fc8072b3d3e958407a60 Mon Sep 17 00:00:00 2001 |
| 2 | From: Gabor Juhos <juhosg@openwrt.org> |
| 3 | Date: Tue, 13 Mar 2012 13:51:09 +0100 |
| 4 | Subject: [PATCH 40/47] MIPS: ath79: register USB host controller on the DB120 board |
| 5 | |
| 6 | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> |
| 7 | --- |
| 8 | arch/mips/ath79/mach-db120.c | 2 ++ |
| 9 | 1 files changed, 2 insertions(+), 0 deletions(-) |
| 10 | |
| 11 | --- a/arch/mips/ath79/mach-db120.c |
| 12 | +++ b/arch/mips/ath79/mach-db120.c |
| 13 | @@ -25,6 +25,7 @@ |
| 14 | #include "dev-gpio-buttons.h" |
| 15 | #include "dev-leds-gpio.h" |
| 16 | #include "dev-spi.h" |
| 17 | +#include "dev-usb.h" |
| 18 | #include "dev-wmac.h" |
| 19 | #include "pci.h" |
| 20 | |
| 21 | @@ -126,6 +127,7 @@ static void __init db120_setup(void) |
| 22 | db120_gpio_keys); |
| 23 | ath79_register_spi(&db120_spi_data, db120_spi_info, |
| 24 | ARRAY_SIZE(db120_spi_info)); |
| 25 | + ath79_register_usb(); |
| 26 | ath79_register_wmac(art + DB120_WMAC_CALDATA_OFFSET); |
| 27 | db120_pci_init(art + DB120_PCIE_CALDATA_OFFSET); |
| 28 | } |
| 29 | |