From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 23 Apr 2015 16:28:40 -0700 Subject: [U-Boot] [U-Boot, 1/2] drivers:usb: Add device-tree fixup to identify socs having dual phy In-Reply-To: <1426068863-27036-1-git-send-email-nikhil.badola@freescale.com> References: <1426068863-27036-1-git-send-email-nikhil.badola@freescale.com> Message-ID: <55398028.1040607@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 03/11/2015 03:14 AM, Nikhil Badola wrote: > Identify soc(s) having dual phy so as to add "utmi_dual" as phy_mode > for all these socs. This is required for supporting deel-sleep feature > in linux for usb driver > > Signed-off-by: Ramneek Mehresh > Signed-off-by: Nikhil Badola > --- Applied to fsl-qoriq master, awaiting upstream. York