From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 25 Sep 2014 09:35:56 -0700 Subject: [U-Boot] [PATCH] powerpc/8xxx: Fix in USB device-tree fixup In-Reply-To: <1408685165-26940-1-git-send-email-ramneek.mehresh@freescale.com> References: <1408685165-26940-1-git-send-email-ramneek.mehresh@freescale.com> Message-ID: <5424446C.1070404@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 08/21/2014 10:26 PM, Ramneek Mehresh wrote: > Fix following issues in USB device-tree fixup: > - returns when either dr_mode or phy_type not defined. > This was terminating fix-up when only either property > was defined in hwconfig string > - updates dr_mode_type or dr_phy_type with junk value when > their index is -1. Now these are updated only when their > respective index is pointing to relevant types > in modes[] and phys[] array > - dr_mode_type and dr_phy_type were not NULL for > each controller > > Signed-off-by: Ramneek Mehresh > --- Applied to u-boot-mpc85xx, awaiting upstream. York