diff options
| author | Vivek Gautam <[email protected]> | 2013-09-14 14:02:51 +0530 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2013-10-20 23:42:38 +0200 |
| commit | 8f999f0cbcd4802095d7f812871661a3e7f479d7 (patch) | |
| tree | fff480343148c68956e178cda04d75789f06b1ba /include | |
| parent | a6c86decbb27e3d1e64af222d3179a88d0ea0a0d (diff) | |
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 <[email protected]>
Signed-off-by: Vivek Gautam <[email protected]>
Cc: Julius Werner <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Minkyu Kang <[email protected]>
Cc: Dan Murphy <[email protected]>
Cc: Marek Vasut <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/exynos5250-dt.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index c9c19a75f33..8c07d8f752a 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 */ |
