Re: [PATCH V2 1/3] arm/dt: add basic mx51 device tree support

2011-03-13 Thread Jason Hui
Hi, Arnd, On Fri, Mar 11, 2011 at 8:10 PM, Arnd Bergmann wrote: > On Friday 11 March 2011, Jason Hui wrote: >> >> Alternatively, it could be done the other way round: rename the >> >> identifiers >> >> in the file from mx51_ to mx5_, and make sure that they don't contain >> >> any mx51 specific

Re: [PATCH V2 1/3] arm/dt: add basic mx51 device tree support

2011-03-11 Thread Arnd Bergmann
On Friday 11 March 2011, Jason Hui wrote: > >> Alternatively, it could be done the other way round: rename the identifiers > >> in the file from mx51_ to mx5_, and make sure that they don't contain > >> any mx51 specific settings but always refer to properties in the > >> device tree for the differ

Re: [PATCH V2 1/3] arm/dt: add basic mx51 device tree support

2011-03-10 Thread Jason Hui
Hi, Arnd, On Thu, Mar 10, 2011 at 8:38 PM, Arnd Bergmann wrote: > On Monday 07 March 2011, Arnd Bergmann wrote: >> On Monday 07 March 2011, Shawn Guo wrote: >> > > diff --git a/arch/arm/mach-mx5/Makefile b/arch/arm/mach-mx5/Makefile >> > > index 0d43be9..540697e 100644 >> > > --- a/arch/arm/mach-

Re: [PATCH V2 1/3] arm/dt: add basic mx51 device tree support

2011-03-10 Thread Arnd Bergmann
On Monday 07 March 2011, Arnd Bergmann wrote: > On Monday 07 March 2011, Shawn Guo wrote: > > > diff --git a/arch/arm/mach-mx5/Makefile b/arch/arm/mach-mx5/Makefile > > > index 0d43be9..540697e 100644 > > > --- a/arch/arm/mach-mx5/Makefile > > > +++ b/arch/arm/mach-mx5/Makefile > > > @@ -18,3 +18,4

Re: [PATCH V2 1/3] arm/dt: add basic mx51 device tree support

2011-03-07 Thread Grant Likely
On Mon, Mar 7, 2011 at 7:52 AM, Arnd Bergmann wrote: > On Monday 07 March 2011, Shawn Guo wrote: >> > Alternatively, it could be done the other way round: rename the identifiers >> > in the file from mx51_ to mx5_, and make sure that they don't contain >> > any mx51 specific settings but always re

Re: [PATCH V2 1/3] arm/dt: add basic mx51 device tree support

2011-03-07 Thread Arnd Bergmann
On Monday 07 March 2011, Shawn Guo wrote: > > Alternatively, it could be done the other way round: rename the identifiers > > in the file from mx51_ to mx5_, and make sure that they don't contain > > any mx51 specific settings but always refer to properties in the > > device tree for the differenc

Re: [PATCH V2 1/3] arm/dt: add basic mx51 device tree support

2011-03-07 Thread Shawn Guo
Hi Arnd, On Mon, Mar 07, 2011 at 03:37:48PM +0100, Arnd Bergmann wrote: > On Monday 07 March 2011, Shawn Guo wrote: > > > diff --git a/arch/arm/mach-mx5/Makefile b/arch/arm/mach-mx5/Makefile > > > index 0d43be9..540697e 100644 > > > --- a/arch/arm/mach-mx5/Makefile > > > +++ b/arch/arm/mach-mx5/Ma

Re: [PATCH V2 1/3] arm/dt: add basic mx51 device tree support

2011-03-07 Thread Arnd Bergmann
On Monday 07 March 2011, Shawn Guo wrote: > > diff --git a/arch/arm/mach-mx5/Makefile b/arch/arm/mach-mx5/Makefile > > index 0d43be9..540697e 100644 > > --- a/arch/arm/mach-mx5/Makefile > > +++ b/arch/arm/mach-mx5/Makefile > > @@ -18,3 +18,4 @@ obj-$(CONFIG_MACH_EUKREA_CPUIMX51SD) += board-cpuimx51

Re: [PATCH V2 1/3] arm/dt: add basic mx51 device tree support

2011-03-07 Thread Shawn Guo
On Mon, Mar 07, 2011 at 09:05:58PM +0800, Jason Liu wrote: > Signed-off-by: Jason Liu > --- [...] > diff --git a/arch/arm/mach-mx5/board-dt.c b/arch/arm/mach-mx5/board-dt.c > new file mode 100644 > index 000..90593f5 > --- /dev/null > +++ b/arch/arm/mach-mx5/board-dt.c > @@ -0,0 +1,64 @@ > +/*

Re: [PATCH V2 1/3] arm/dt: add basic mx51 device tree support

2011-03-07 Thread Shawn Guo
On Mon, Mar 07, 2011 at 09:05:58PM +0800, Jason Liu wrote: > Signed-off-by: Jason Liu > --- > arch/arm/mach-mx5/Kconfig |8 > arch/arm/mach-mx5/Makefile |1 + > arch/arm/mach-mx5/board-dt.c| 64 > +++ > arch/arm/ma

[PATCH V2 1/3] arm/dt: add basic mx51 device tree support

2011-03-07 Thread Jason Liu
Signed-off-by: Jason Liu --- arch/arm/mach-mx5/Kconfig |8 arch/arm/mach-mx5/Makefile |1 + arch/arm/mach-mx5/board-dt.c| 64 +++ arch/arm/mach-mx5/clock-mx51-mx53.c | 43 - arch/arm/plat-m