From 70b95ded03bc13715e595c3a87ec323d9d1dfc62 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Fri, 16 Jun 2017 06:31:46 -0700 Subject: 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 Reviewed-by: Simon Glass Reviewed-by: Stefan Roese Tested-by: Stefan Roese --- include/configs/minnowmax.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h index 7b9f90c08d..3744811d96 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" \ -- cgit