diff options
author | Ye Li <ye.li@nxp.com> | 2017-03-16 17:02:56 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 17:24:34 +0800 |
commit | b4e01a67a0740c524e7522da7ace0488f86261db (patch) | |
tree | d50134f6832d17678a58daf48c5e0eeb692ca2ac /include | |
parent | 8382781a59fbae1d8ab797d64761136277e291d1 (diff) | |
download | u-boot-imx-b4e01a67a0740c524e7522da7ace0488f86261db.zip u-boot-imx-b4e01a67a0740c524e7522da7ace0488f86261db.tar.gz u-boot-imx-b4e01a67a0740c524e7522da7ace0488f86261db.tar.bz2 |
MLK-14445-6 mx7ulp_evk: Add USB OTG0 support
Porting codes to support USB OTG0 on the EVK board. Convert
to use DM USB driver.
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx7ulp_evk.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h index d3cb257..f30341f 100644 --- a/include/configs/mx7ulp_evk.h +++ b/include/configs/mx7ulp_evk.h @@ -46,7 +46,6 @@ #define CONFIG_ENV_SIZE SZ_8K #define CONFIG_CMD_FAT -#define CONFIG_DOS_PARTITION /* Using ULP WDOG for reset */ #define WDOG_BASE_ADDR WDG1_RBASE @@ -208,6 +207,12 @@ #define QSPI0_AMBA_BASE 0xC0000000 #endif +/* USB Configs */ +#define CONFIG_USB_HOST_ETHER +#define CONFIG_USB_ETHER_ASIX +#define CONFIG_USB_ETHER_RTL8152 +#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) + #define CONFIG_OF_SYSTEM_SETUP #endif /* __CONFIG_H */ |