From: Vivek Gautam Date: Sat, 14 Sep 2013 08:32:51 +0000 (+0530) Subject: temp: config: exynos5250: Enable xHCI support for Exynos5 X-Git-Tag: v2014.01-rc1~207^2~44 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=8f999f0cbcd4802095d7f812871661a3e7f479d7;p=karo-tx-uboot.git temp: config: exynos5250: Enable xHCI support for Exynos5 This enables support for xHCI host controller on Exynos5 and further disables EHCI support, to make sure only one host controller is enabled at a time, since right now using two controllers at a time is not possible with current usb core infrastructure. Anyone who wants to enable EHCI support again needs to enable CONFIG_USB_EHCI, CONFIG_USB_EHCI_EXYNOS once again in exynos5-dt config. Signed-off-by: Vikas C Sajjan Signed-off-by: Vivek Gautam Cc: Julius Werner Cc: Simon Glass Cc: Minkyu Kang Cc: Dan Murphy Cc: Marek Vasut --- diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index c9c19a75f3..8c07d8f752 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -134,8 +134,9 @@ /* USB */ #define CONFIG_CMD_USB -#define CONFIG_USB_EHCI -#define CONFIG_USB_EHCI_EXYNOS +#define CONFIG_USB_XHCI +#define CONFIG_USB_XHCI_EXYNOS +#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2 #define CONFIG_USB_STORAGE /* USB boot mode */