From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 18 Feb 2014 11:23:50 -0700 Subject: [U-Boot] [PATCH v3 1/3] usb: tegra: fix USB2 powerdown for Tegra30 and later In-Reply-To: <7b1aeb18ad3291b47ae2e55ecdffe62456a2c7ad.1392579568.git.stefan@agner.ch> References: <7b1aeb18ad3291b47ae2e55ecdffe62456a2c7ad.1392579568.git.stefan@agner.ch> Message-ID: <5303A536.3070304@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/16/2014 12:50 PM, Stefan Agner wrote: > Clear the forced powerdown bit in the UTMIP_PLL_CFG2_0 register > which brings USB2 in UTMI mode to work. This was clearly missing > since the forced powerdown bit is set in reset by default for all > USB ports. Acked-by: Stephen Warren