From mboxrd@z Thu Jan 1 00:00:00 1970 From: horms@verge.net.au (Simon Horman) Date: Wed, 24 Jul 2013 16:39:53 +0900 Subject: [PATCH] ARM: shmobile: marzen: Switch to DT_MACHINE_START In-Reply-To: <20130724073042.28351.33041.sendpatchset@w520> References: <20130724073042.28351.33041.sendpatchset@w520> Message-ID: <20130724073952.GD17045@verge.net.au> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Jul 24, 2013 at 04:30:42PM +0900, Magnus Damm wrote: > From: Magnus Damm > > Convert the marzen board to use DT_MACHINE_START. With this in > place all mach-shmobile boards use DT_MACHINE_START. Also, this > makes it possible for the r8a7779 SMP code to use DT for CPUs. > > So appended DTB is the way forward on this board. Please supply a patch to update the defconfig accordingly. > Signed-off-by: Magnus Damm > --- > > Written on top of renesas-devel-20130724 > > arch/arm/mach-shmobile/board-marzen.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- 0001/arch/arm/mach-shmobile/board-marzen.c > +++ work/arch/arm/mach-shmobile/board-marzen.c 2013-07-24 15:45:39.000000000 +0900 > @@ -238,7 +238,7 @@ static void __init marzen_init(void) > platform_add_devices(marzen_devices, ARRAY_SIZE(marzen_devices)); > } > > -MACHINE_START(MARZEN, "marzen") > +DT_MACHINE_START(MARZEN, "marzen") > .smp = smp_ops(r8a7779_smp_ops), > .map_io = r8a7779_map_io, > .init_early = r8a7779_add_early_devices, >