From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 12 Jun 2016 17:26:11 +0800 Subject: [U-Boot] MinnowMax GPIO for USB3 In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Jun 12, 2016 at 4:43 PM, Bin Meng wrote: > Hi, > > My testing shows that only pin_usb_host_en1 is needed to turn on the > power on the USB3 port. The USB2 port power is turned on by default. > Seems I was confused by the GPIO pin number mapping. pin_usb_host_en1 is used to control the USB2 port, while pin_usb_host_en0 is for USB3 port. So I should say: My testing shows that only pin_usb_host_en1 is needed to turn on the power on the USB2 (upper white) port. The USB3 (bottom blue) port power is turned on by default. [snip] Regards, Bin