diff options
Diffstat (limited to 'drivers/usb/host')
| -rw-r--r-- | drivers/usb/host/ehci-mxc.c | 2 | ||||
| -rw-r--r-- | drivers/usb/host/ehci-pci.c | 4 | 
2 files changed, 4 insertions, 2 deletions
diff --git a/drivers/usb/host/ehci-mxc.c b/drivers/usb/host/ehci-mxc.c index 8d7b3804f..6af35aba5 100644 --- a/drivers/usb/host/ehci-mxc.c +++ b/drivers/usb/host/ehci-mxc.c @@ -20,7 +20,7 @@  #include <common.h>  #include <usb.h>  #include <asm/io.h> -#include <asm/arch/mx31-regs.h> +#include <asm/arch/imx-regs.h>  #include <usb/ehci-fsl.h>  #include <errno.h> diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index cff343892..4abe5e3b5 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c @@ -28,7 +28,9 @@  #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 */ +	{0x10B9, 0x5239},	/* ULI1575 PCI EHCI module ids */ +	{0x12D8, 0x400F},	/* Pericom */  	{0, 0}  };  #endif  |