[U-Boot] [PATCH 3/3] powerpc/85xx: Add support for ULI1575 PCI EHCI module on MPC8572DS
Remy Bohmer
linux at bohmer.net
Fri Mar 11 20:03:21 CET 2011
Hi,
2011/3/7 Kumar Gala <galak at kernel.crashing.org>:
> From: Zhao Chenhui <b35336 at freescale.com>
>
> MPC8572DS provides 2 USB ports with ULI1575. We enable USB storage
> device support using PCI EHCI module.
>
> Signed-off-by: Zhao Chenhui <b35336 at freescale.com>
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
> drivers/usb/host/ehci-pci.c | 3 +++
> include/configs/MPC8572DS.h | 14 ++++++++++++++
> 2 files changed, 17 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c
> index cff3438..a038b6c 100644
> --- a/drivers/usb/host/ehci-pci.c
> +++ b/drivers/usb/host/ehci-pci.c
> @@ -1,4 +1,6 @@
> /*-
> + * Copyright 2011 Freescale Semiconductor, Inc.
> + *
Please only add your own copyright line if you make a significant
change to a file.
> * Copyright (c) 2007-2008, Juniper Networks, Inc.
> * All rights reserved.
> *
> @@ -29,6 +31,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
> diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h
> index 0f419c5..62ce3c4 100644
> --- a/include/configs/MPC8572DS.h
> +++ b/include/configs/MPC8572DS.h
This patch needs to be split up. The board change is unrelated to the
USB vendor/device addition.
Kind regards,
Remy
More information about the U-Boot
mailing list