Re: [PATCH 1/4] CRIS: add device tree support

2015-02-09 Thread Jesper Nilsson
On Sun, Feb 08, 2015 at 04:35:42PM +0100, Rabin Vincent wrote: > Add support for booting CRIS with a built-in device tree. > > Signed-off-by: Rabin Vincent Looks good, putting it in the CRIS tree for 3.20. /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com -- To

[PATCH 1/4] CRIS: add device tree support

2015-02-08 Thread Rabin Vincent
Add support for booting CRIS with a built-in device tree. Signed-off-by: Rabin Vincent --- arch/cris/Kconfig | 6 ++ arch/cris/Makefile| 4 arch/cris/boot/dts/Makefile | 6 ++ arch/cris/kernel/Makefile | 1 + arch/cris/kernel/devicetree.c | 14 +