Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284722
b: refs/heads/master
c: 9d6b204
h: refs/heads/master
v: v3
  • Loading branch information
Gabor Juhos authored and Ralf Baechle committed Dec 7, 2011
1 parent a54a7ab commit 84dea0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2c048303d6fac960dc2deaeae764a3403aa97f3b
refs/heads/master: 9d6b204f93cfeb7ec5e6ec499aca43d2c1d6da3f
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ config USB_CNS3XXX_EHCI

config USB_EHCI_ATH79
bool "EHCI support for AR7XXX/AR9XXX SoCs"
depends on USB_EHCI_HCD && (SOC_AR71XX || SOC_AR724X || SOC_AR913X)
depends on USB_EHCI_HCD && (SOC_AR71XX || SOC_AR724X || SOC_AR913X || SOC_AR933X)
select USB_EHCI_ROOT_HUB_TT
default y
---help---
Expand Down
4 changes: 4 additions & 0 deletions trunk/drivers/usb/host/ehci-ath79.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ static const struct platform_device_id ehci_ath79_id_table[] = {
.name = "ar913x-ehci",
.driver_data = EHCI_ATH79_IP_V2,
},
{
.name = "ar933x-ehci",
.driver_data = EHCI_ATH79_IP_V2,
},
{
/* terminating entry */
},
Expand Down

0 comments on commit 84dea0e

Please sign in to comment.