From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 14 Nov 2014 13:25:10 -0800 Subject: [U-Boot] [PATCH] 85xx/b4:Correct USB DR controller liodn entry In-Reply-To: <1408623737-30756-1-git-send-email-ramneek.mehresh@freescale.com> References: <1408623737-30756-1-git-send-email-ramneek.mehresh@freescale.com> Message-ID: <54667336.7070209@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 05:22 AM, Ramneek Mehresh wrote: > LIODN entry for B4860/B4420 mentions USB controller as "mph" > insread of "dr". This results in PAMU not permitting bus > transactions for USB DR controller on B4860 resulting in > USB function failure. Replacing "fsl-usb2-mph" with > "fsl-usb2-dr" allows USB DR controller bus transactions > > Signed-off-by: Poonam Aggrwal > Signed-off-by: Ramneek Mehresh > Reviewed-by: Sethi Varun-B16395 > Reviewed-by: Sun Yusong-R58495 > --- Applied to u-boot-mpc85xx master. Thanks. York