[U-Boot] [PATCH] echi: add ULI1575 PCI ID
Kumar Gala
galak at kernel.crashing.org
Sun Mar 13 16:07:19 CET 2011
From: Zhao Chenhui <b35336 at freescale.com>
Add ULI1575 EHCI controller to the list of the supported devices.
Signed-off-by: Zhao Chenhui <b35336 at freescale.com>
Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
---
* replaces previous patch for 8572ds
* adds feedback from Remy
drivers/usb/host/ehci-pci.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c
index cff3438..bf490b0 100644
--- a/drivers/usb/host/ehci-pci.c
+++ b/drivers/usb/host/ehci-pci.c
@@ -29,6 +29,7 @@
static struct pci_device_id ehci_pci_ids[] = {
/* Please add supported PCI EHCI controller ids here */
{0x1033, 0x00E0},
+ {0x10b9, 0x5239}, /* ULI1575 PCI EHCI module ids */
{0, 0}
};
#endif
--
1.7.2.3
More information about the U-Boot
mailing list