From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:30:16 -0700 Subject: [U-Boot] [PATCH] fsl/usb: Fix phy type for Second USB controller In-Reply-To: <1387431526-24770-1-git-send-email-B46172@freescale.com> References: <1387431526-24770-1-git-send-email-B46172@freescale.com> Message-ID: <53583EF8.1090801@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 12/18/2013 09:38 PM, Nikhil Badola wrote: > Set correct phy_type value for second USB controller. > This is required for supporting SOCs having 2 USB controllers > working simultaneously, one with UTMI phy and other with ULPI phy > > Signed-off-by: Nikhil Badola > --- Applied to u-boot-mpc85xx/master, thanks. York