ar71xx: add usb on the pb92 board
SVN-Revision: 30007
This commit is contained in:
parent
6e3087b078
commit
d9ff9c44ee
2 changed files with 4 additions and 0 deletions
|
@ -99,6 +99,8 @@ static void __init pb92_init(void)
|
|||
ARRAY_SIZE(pb92_gpio_keys),
|
||||
pb92_gpio_keys);
|
||||
|
||||
ar71xx_add_device_usb();
|
||||
|
||||
pb9x_pci_init();
|
||||
}
|
||||
|
||||
|
|
|
@ -96,6 +96,8 @@ static void __init pb92_init(void)
|
|||
ARRAY_SIZE(pb92_gpio_keys),
|
||||
pb92_gpio_keys);
|
||||
|
||||
ath79_register_usb();
|
||||
|
||||
ath79_register_pci();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue