From: Zhao Chenhui Date: Fri, 4 Mar 2011 08:31:41 +0000 (+0800) Subject: powerpc/85xx: Add support for ULI1575 PCI EHCI module on MPC8572DS X-Git-Tag: v2011.06-rc1~185^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=863a3eac23362e70f12a456e6b563c416cbc43fc;p=kernel%2Fu-boot.git powerpc/85xx: Add support for ULI1575 PCI EHCI module on MPC8572DS MPC8572DS provides 2 USB ports with ULI1575. We enable USB storage device support using PCI EHCI module. Signed-off-by: Zhao Chenhui Signed-off-by: Kumar Gala --- diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index 0f419c5..8c0d06a 100644 --- a/include/configs/MPC8572DS.h +++ b/include/configs/MPC8572DS.h @@ -672,6 +672,20 @@ #define CONFIG_CMD_EXT2 #endif +/* + * USB + */ +#define CONFIG_USB_EHCI + +#ifdef CONFIG_USB_EHCI +#define CONFIG_CMD_USB +#define CONFIG_USB_EHCI_PCI +#define CONFIG_EHCI_HCD_INIT_AFTER_RESET +#define CONFIG_USB_STORAGE +#define CONFIG_PCI_EHCI_DEVICE 0 +#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2 +#endif + #undef CONFIG_WATCHDOG /* watchdog disabled */ /*