summaryrefslogtreecommitdiffstats
path: root/include/configs/arndale.h
diff options
context:
space:
mode:
authorInderpal Singh <inderpal.singh@linaro.org>2014-01-08 09:19:57 +0530
committerMarek Vasut <marex@denx.de>2014-01-13 12:23:28 +0100
commit7da765125165c172078489336117f95de2904322 (patch)
tree897f312da42e3def08ce30fe12d56ab73591dcaf /include/configs/arndale.h
parent16f9480dfcac19f59fe9d7896b2af3bcbfc78f23 (diff)
downloadtalos-obmc-uboot-7da765125165c172078489336117f95de2904322.tar.gz
talos-obmc-uboot-7da765125165c172078489336117f95de2904322.zip
usb: exynos5: arndale: Add network support
Arndale board has AX88760, which is USB 2.0 Hub & USB 2.0 Ethernet Combo controller, connected to HSIC Phy of USB host controller via USB3503 hub. This patch uses board specific board_usb_init function to perform reset sequence for USB3503 hub and enables the relevant config options for network to work. Signed-off-by: Inderpal Singh <inderpal.singh@linaro.org> Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org>
Diffstat (limited to 'include/configs/arndale.h')
-rw-r--r--include/configs/arndale.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/arndale.h b/include/configs/arndale.h
index 7e367f39b2..9584d82af7 100644
--- a/include/configs/arndale.h
+++ b/include/configs/arndale.h
@@ -117,6 +117,10 @@
#define CONFIG_USB_EHCI_EXYNOS
#define CONFIG_USB_STORAGE
+#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3
+#define CONFIG_USB_HOST_ETHER
+#define CONFIG_USB_ETHER_ASIX
+
/* MMC SPL */
#define CONFIG_EXYNOS_SPL
#define CONFIG_SPL
OpenPOWER on IntegriCloud