[U-Boot] [PATCH] ehci-pci: Add PCI EHCI controller

Trübenbach, Ralf Ralf.Truebenbach at men.de
Thu Mar 31 18:46:47 CEST 2011


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 at men.de>
Cc: Remy Bohmer <linux at bohmer.net> 
---

diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c
index cff3438..2b68f7b 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


--
Best Regards/Mit freundlichen Gruessen
Ralf Trübenbach
------------------------------------------------------------------------
Ralf Trübenbach, Software Design
MEN Mikro Elektronik GmbH
Neuwieder Straße 5-7
90411 Nürnberg, Germany
Phone +49-911-99 33 5-0
Fax +49-911-99 33 5-910
Ralf.Truebenbach at men.de
www.men.de
MEN Mikro Elektronik GmbH - Manfred Schmitz (CTO), Udo Fuchs (CFO)
Handelsregister/Trade Register AG Nürnberg HRB 5540



More information about the U-Boot mailing list