Re: [RFC PATCH 5/7] ARM: s3c64xx: Add board file for boot using Device Tree

2013-01-10 Thread Tomasz Figa
Hi Mark, On Thursday 10 of January 2013 10:52:22 Mark Brown wrote: > On Thu, Jan 10, 2013 at 12:41:47AM +0100, Tomasz Figa wrote: > > + * The following lookup table is used to override device names when > > devices + * are registered from device tree. This is temporarily > > added to enable + * de

Re: [RFC PATCH 5/7] ARM: s3c64xx: Add board file for boot using Device Tree

2013-01-10 Thread Mark Brown
On Thu, Jan 10, 2013 at 12:41:47AM +0100, Tomasz Figa wrote: > + * The following lookup table is used to override device names when devices > + * are registered from device tree. This is temporarily added to enable > + * device tree support addition for the Exynos4 architecture. Cut'n'paste. si

Re: [RFC PATCH 5/7] ARM: s3c64xx: Add board file for boot using Device Tree

2013-01-09 Thread Tomasz Figa
Hi Kukjin, On Wednesday 09 of January 2013 16:24:42 Kukjin Kim wrote: > Tomasz Figa wrote: > > This patch adds board file that will be used to boot S3C64xx-based > > boards using Device Tree. > > > > Signed-off-by: Tomasz Figa > > --- > > > > arch/arm/mach-s3c64xx/Kconfig | 13 +

RE: [RFC PATCH 5/7] ARM: s3c64xx: Add board file for boot using Device Tree

2013-01-09 Thread Kukjin Kim
Tomasz Figa wrote: > > This patch adds board file that will be used to boot S3C64xx-based boards > using Device Tree. > > Signed-off-by: Tomasz Figa > --- > arch/arm/mach-s3c64xx/Kconfig | 13 + > arch/arm/mach-s3c64xx/Makefile | 1 + > arch/arm/mach-s3c64xx/mach-s3c64xx

[RFC PATCH 5/7] ARM: s3c64xx: Add board file for boot using Device Tree

2013-01-09 Thread Tomasz Figa
This patch adds board file that will be used to boot S3C64xx-based boards using Device Tree. Signed-off-by: Tomasz Figa --- arch/arm/mach-s3c64xx/Kconfig | 13 + arch/arm/mach-s3c64xx/Makefile | 1 + arch/arm/mach-s3c64xx/mach-s3c64xx-dt.c | 93 +++