Re: [U-Boot] [PATCH] ppc440SPe: PCIe PLL lock error

2009-07-23 Thread Stefan Roese
Hi Rup, On Friday 24 July 2009 08:01:14 Rupjyoti Sarmah wrote: > u-boot reports a PCIE PLL lock error at boot time on Yucca > board, and left PCIe nonfunctional. This is fixed by making u-boot > function ppc4xx_init_pcie() to wait 300 uS after negating reset before > the first check of PLL lock. >

[U-Boot] [PATCH] ppc440SPe: PCIe PLL lock error

2009-07-23 Thread Rupjyoti Sarmah
u-boot reports a PCIE PLL lock error at boot time on Yucca board, and left PCIe nonfunctional. This is fixed by making u-boot function ppc4xx_init_pcie() to wait 300 uS after negating reset before the first check of PLL lock. This fix touches only one file 4xx_pcie.c Signed off by Rupjyoti Sarma