Re: [U-Boot] [PATCH v2 1/3] MX5: Make the weim structure complete

2011-05-17 Thread Stefano Babic
On 05/17/2011 02:58 PM, Fabio Estevam wrote: > I think what Jason mentions is the fact that I added: > #define CS1_BASE_ADDR 0xF400 and this was only for MX53 because it is > protected by > "elif defined(CONFIG_MX53)" Ah ok, agree. > > I can add the CS1_BASE_ADDR for MX51 as well on my v3

Re: [U-Boot] [PATCH v2 1/3] MX5: Make the weim structure complete

2011-05-17 Thread Fabio Estevam
Hi Stefano, On 5/17/2011 9:44 AM, Stefano Babic wrote: > On 05/17/2011 07:06 AM, Jason Liu wrote: >> Hi, Fabio, >> >> 2011/5/17 Fabio Estevam : >>> Make the weim register set complete for MX51/MX53. >>> >>> While at it also add the weim chip select 1 address definition. >>> >> >> From the code, yo

Re: [U-Boot] [PATCH v2 1/3] MX5: Make the weim structure complete

2011-05-17 Thread Stefano Babic
On 05/17/2011 07:06 AM, Jason Liu wrote: > Hi, Fabio, > > 2011/5/17 Fabio Estevam : >> Make the weim register set complete for MX51/MX53. >> >> While at it also add the weim chip select 1 address definition. >> > > From the code, you just add the cs for mx53 not for mx51, so, > Had better specify

Re: [U-Boot] [PATCH v2 1/3] MX5: Make the weim structure complete

2011-05-17 Thread Stefano Babic
On 05/17/2011 12:29 AM, Fabio Estevam wrote: > Make the weim register set complete for MX51/MX53. > > While at it also add the weim chip select 1 address definition. > > Signed-off-by: Fabio Estevam > --- > Changes since v1: > - Make the weim struct complete > > arch/arm/include/asm/arch-mx5/i

Re: [U-Boot] [PATCH v2 1/3] MX5: Make the weim structure complete

2011-05-16 Thread Jason Liu
Hi, Fabio, 2011/5/17 Fabio Estevam : > Make the weim register set complete for MX51/MX53. > > While at it also add the weim chip select 1 address definition. > >From the code, you just add the cs for mx53 not for mx51, so, Had better specify you add the cs1 address definition for mx53, otherwise,