From 63cbf0c63b2cd06417503d30c353545d2ba19082 Mon Sep 17 00:00:00 2001 From: Inderpal Singh Date: Mon, 12 Nov 2012 09:25:08 +0530 Subject: DRIVERS: USB: Initialize HSIC PHYs and enable 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 initializes the HSIC PHYs, performs reset sequence for USB3503 hub and enables the relevant config options for network to work. Signed-off-by: Inderpal Singh --- include/configs/arndale5250.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/configs/arndale5250.h b/include/configs/arndale5250.h index 9698c6905..c0241f49d 100644 --- a/include/configs/arndale5250.h +++ b/include/configs/arndale5250.h @@ -110,6 +110,7 @@ #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_EXYNOS #define CONFIG_USB_STORAGE +#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 /* MMC SPL */ #define CONFIG_SPL @@ -209,10 +210,8 @@ /* Ethernet Controllor Driver */ #ifdef CONFIG_CMD_NET -#define CONFIG_SMC911X -#define CONFIG_SMC911X_BASE 0x5000000 -#define CONFIG_SMC911X_16_BIT -#define CONFIG_ENV_SROM_BANK 1 +#define CONFIG_USB_HOST_ETHER +#define CONFIG_USB_ETHER_ASIX #endif /*CONFIG_CMD_NET*/ /* Enable devicetree support */ -- cgit v1.2.3