diff options
author | Peng Fan <peng.fan@nxp.com> | 2017-02-06 17:40:45 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:07:06 +0800 |
commit | 32cf4a9c937c762bfbcff1144cc0cb0af8ba91e5 (patch) | |
tree | cc24aea0246eb15c328903e85ee64d170d2c732a /include/configs/mx7dsabresd.h | |
parent | f8de583c3e948ae8a819b0b531ad17cf3cc713d7 (diff) | |
download | u-boot-imx-32cf4a9c937c762bfbcff1144cc0cb0af8ba91e5.zip u-boot-imx-32cf4a9c937c762bfbcff1144cc0cb0af8ba91e5.tar.gz u-boot-imx-32cf4a9c937c762bfbcff1144cc0cb0af8ba91e5.tar.bz2 |
MLK-14418-6 imx: mx7dsabresd: switch to DM USB
Switch to use DM USB. Enable GPIO regulator to handle vbus supply.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/configs/mx7dsabresd.h')
-rw-r--r-- | include/configs/mx7dsabresd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index 6af30e2..16d4875 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -258,12 +258,9 @@ #define CONFIG_MMCROOT "/dev/mmcblk0p2" /* USDHC1 */ /* USB Configs */ -#define CONFIG_EHCI_HCD_INIT_AFTER_RESET #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) -#define CONFIG_MXC_USB_FLAGS 0 -#define CONFIG_USB_MAX_CONTROLLER_COUNT 2 #define CONFIG_IMX_THERMAL |