From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 14:56:26 -0700 Subject: [U-Boot] [PATCH] fsl/usb: Workaround for USB erratum-A007075 In-Reply-To: <1393416795-28890-1-git-send-email-nikhil.badola@freescale.com> References: <1393416795-28890-1-git-send-email-nikhil.badola@freescale.com> Message-ID: <5358370A.4050002@freescale.com> 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/26/2014 04:13 AM, Nikhil Badola wrote: > Put a delay of 5 millisecond after reset so that ULPI phy > gets enough time to come out of reset. Erratum A007075 applies > to following SOCs and their variants, if any > P1010 rev 1.0 > B4860 rev 1.0, 2.0 > P4080 rev 2.0, 3.0 > > Signed-off-by: Nikhil Badola > --- Applied to u-boot-mpc85xx/master, thanks. York