Re: [U-Boot] [PATCH v1] ppc44x: config GPIOs for USB on canyonlands board

2010-10-04 Thread Stefan Roese
On Friday 01 October 2010 11:01:28 Rupjyoti Sarmah wrote: > The GPIO 16 and 19 reconfiguration should be done once USB is initialized. > So moved the reconfiguration to the USB init function. Applied to u-boot-ppc4xx/master. Thanks. Cheers, Stefan -- DENX Software Engineering GmbH, MD: Wo

[U-Boot] [PATCH v1] ppc44x: config GPIOs for USB on canyonlands board

2010-10-01 Thread Rupjyoti Sarmah
The GPIO 16 and 19 reconfiguration should be done once USB is initialized. So moved the reconfiguration to the USB init function. Signed-off-by: Rupjyoti Sarmah --- board/amcc/canyonlands/canyonlands.c | 23 +-- 1 files changed, 13 insertions(+), 10 deletions(-) diff --g