Re: [U-Boot] [PATCH v2 1/2] MX28: mx28evk: Align SSP clock speed

2012-09-04 Thread Stefano Babic
On 28/08/2012 11:56, Otavio Salvador wrote: > Align the SSP clock speed with oscilator to achieve higher transfer > stability. > > Signed-off-by: Otavio Salvador > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ===

Re: [U-Boot] [PATCH v2 1/2] MX28: mx28evk: Align SSP clock speed

2012-08-28 Thread Marek Vasut
Dear Otavio Salvador, > On Tue, Aug 28, 2012 at 7:18 AM, Marek Vasut wrote: > > Dear Otavio Salvador, > > > >> Align the SSP clock speed with oscilator to achieve higher transfer > >> stability. > > > > This change is still pointless, unless you have user for this! > > As far as I know the SPI

Re: [U-Boot] [PATCH v2 1/2] MX28: mx28evk: Align SSP clock speed

2012-08-28 Thread Otavio Salvador
On Tue, Aug 28, 2012 at 7:18 AM, Marek Vasut wrote: > Dear Otavio Salvador, > >> Align the SSP clock speed with oscilator to achieve higher transfer >> stability. > > This change is still pointless, unless you have user for this! As far as I know the SPI flash uses SSP2; so it is a user of it. >

Re: [U-Boot] [PATCH v2 1/2] MX28: mx28evk: Align SSP clock speed

2012-08-28 Thread Marek Vasut
Dear Otavio Salvador, > Align the SSP clock speed with oscilator to achieve higher transfer > stability. This change is still pointless, unless you have user for this! > Signed-off-by: Otavio Salvador > --- > Changes in v2: > - reword commit log to match the change description done on m28evk. >