Re: [U-Boot] [PATCH] mx53: Fix mask for SATA reference clock

2012-06-12 Thread Stefano Babic
On 12/05/2012 02:39, Fabio Estevam wrote: > From: Fabio Estevam > > SATA_ALT_REF_CLK field corresponds to bits 1 and 2 of offset 0x180c. > > Fix the mask for these bits. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ===

Re: [U-Boot] [PATCH] mx53: Fix mask for SATA reference clock

2012-06-12 Thread Stefano Babic
On 29/05/2012 23:40, Fabio Estevam wrote: > On Fri, May 11, 2012 at 9:39 PM, Fabio Estevam wrote: >> From: Fabio Estevam >> >> SATA_ALT_REF_CLK field corresponds to bits 1 and 2 of offset 0x180c. > > Just in case someone would like to check the mx53 fuse map, it is now > available at: > http://c

Re: [U-Boot] [PATCH] mx53: Fix mask for SATA reference clock

2012-05-29 Thread Fabio Estevam
On Fri, May 11, 2012 at 9:39 PM, Fabio Estevam wrote: > From: Fabio Estevam > > SATA_ALT_REF_CLK field corresponds to bits 1 and 2 of offset 0x180c. Just in case someone would like to check the mx53 fuse map, it is now available at: http://cache.freescale.com/files/dsp/doc/ref_manual/IMX53RMAD.p

[U-Boot] [PATCH] mx53: Fix mask for SATA reference clock

2012-05-11 Thread Fabio Estevam
From: Fabio Estevam SATA_ALT_REF_CLK field corresponds to bits 1 and 2 of offset 0x180c. Fix the mask for these bits. Signed-off-by: Fabio Estevam --- Stefano, I don't have a SATA disk handy to try this. arch/arm/cpu/armv7/mx5/clock.c |2 +- 1 files changed, 1 insertions(+), 1 deletions