diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-06-16 13:31:46 (GMT) |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-06-22 06:58:10 (GMT) |
commit | 70b95ded03bc13715e595c3a87ec323d9d1dfc62 (patch) | |
tree | e0e1429acb24d13765585691153bc5496949ae39 /include/configs | |
parent | 235c5b8315c6a9eb566fd3d99a098cc6db869fc5 (diff) | |
download | u-boot-fsl-qoriq-70b95ded03bc13715e595c3a87ec323d9d1dfc62.tar.xz |
x86: minnowmax: Configure GPIO pins to turn on USB ports VBUS
GPIO bank E pin 8 & 9 are used to control the on-board two USB ports
VBUS on/off. Let's configure them in the misc_init_r().
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Tested-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/minnowmax.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h index 7b9f90c..3744811 100644 --- a/include/configs/minnowmax.h +++ b/include/configs/minnowmax.h @@ -16,6 +16,7 @@ #define CONFIG_SYS_MONITOR_LEN (1 << 20) #define CONFIG_SMSC_LPC47M +#define CONFIG_MISC_INIT_R #define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,serial\0" \ "stdout=vidconsole,serial\0" \ |