Re: [PATCH 1/4] ARM: DT: Add SMDKV310 machine with device tree support.

2011-02-07 Thread Arnd Bergmann
On Sunday 06 February 2011, Thomas Abraham wrote: > diff --git a/arch/arm/mach-s5pv310/mach-smdkv310-dt.c > b/arch/arm/mach-s5pv310/mach-smdkv310-dt.c > new file mode 100644 > index 000..367fdb1 > --- /dev/null > +++ b/arch/arm/mach-s5pv310/mach-smdkv310-dt.c > @@ -0,0 +1,101 @@ > +/* linux/a

Re: [PATCH 1/4] ARM: DT: Add SMDKV310 machine with device tree support.

2011-02-06 Thread Grant Likely
On Sun, Feb 06, 2011 at 06:47:27PM +0530, Thomas Abraham wrote: > This patch adds a new SMDKV310 machine that boots with a minimal > device tree support. The bootargs and memory information is obtained > from the device tree during boot. > > Signed-off-by: Thomas Abraham > --- > arch/arm/mach-s5

[PATCH 1/4] ARM: DT: Add SMDKV310 machine with device tree support.

2011-02-06 Thread Thomas Abraham
This patch adds a new SMDKV310 machine that boots with a minimal device tree support. The bootargs and memory information is obtained from the device tree during boot. Signed-off-by: Thomas Abraham --- arch/arm/mach-s5pv310/Kconfig|7 ++ arch/arm/mach-s5pv310/Makefile |