]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
USB: ehci-ath79: Add device_id entry for the AR933X SoCs
authorGabor Juhos <juhosg@openwrt.org>
Mon, 20 Jun 2011 19:26:09 +0000 (21:26 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 7 Dec 2011 22:02:46 +0000 (22:02 +0000)
Also make the USB_EHCI_ATH79 selectable for the AR933X SoCs.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: linux-mips@linux-mips.org
Cc: Kathy Giori <kgiori@qca.qualcomm.com>
Cc: "Luis R. Rodriguez" <rodrigue@qca.qualcomm.com>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: linux-usb@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/2529/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/usb/host/Kconfig
drivers/usb/host/ehci-ath79.c

index 060e0e2b1ae62330d5fb0c77540eeded603bd161..8b094b4f6531cb9d1d44560d7e157bb7ba1e0710 100644 (file)
@@ -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---
index afb6743cf09401876bea18affd21f07b2c3f394c..f1424f9bc363d4edaac0fdce5b60a9f81ec447cb 100644 (file)
@@ -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 */
        },