summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorTrübenbach, Ralf <Ralf.Truebenbach@men.de>2011-03-31 16:46:47 +0000
committerRemy Bohmer <linux@bohmer.net>2011-04-02 09:38:24 +0200
commit0a5f7e1bdcf16e11fb8407436a9e1eb5d935d342 (patch)
tree3db4233ebb0fedfd413df96860eeb8bafa8d0f22 /drivers
parent3f270f42d7d87f681b4c500e94eabc3dfea03eb4 (diff)
downloadblackbird-obmc-uboot-0a5f7e1bdcf16e11fb8407436a9e1eb5d935d342.tar.gz
blackbird-obmc-uboot-0a5f7e1bdcf16e11fb8407436a9e1eb5d935d342.zip
ehci-pci: Add PCI EHCI controller
This patch adds support for the PI7C9X442SL PCIe EHCI host controller from Pericom. Tested at P4080DS eval board from Freescale. Signed-off-by: Ralf Trübenbach <ralf.truebenbach@men.de> Cc: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/host/ehci-pci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c
index cff3438929..2b68f7bd19 100644
--- a/drivers/usb/host/ehci-pci.c
+++ b/drivers/usb/host/ehci-pci.c
@@ -28,7 +28,8 @@
#ifdef CONFIG_PCI_EHCI_DEVICE
static struct pci_device_id ehci_pci_ids[] = {
/* Please add supported PCI EHCI controller ids here */
- {0x1033, 0x00E0},
+ {0x1033, 0x00E0}, /* NEC */
+ {0x12D8, 0x400F}, /* Pericom */
{0, 0}
};
#endif
OpenPOWER on IntegriCloud