[PATCH] ARM: kirkwood: add LaCie Network Space Lite v2 support
Russell King - ARM Linux
linux at arm.linux.org.uk
Mon Nov 7 05:35:06 EST 2011
On Mon, Nov 07, 2011 at 11:29:50AM +0100, Christophe Vu-Brugier wrote:
> +#ifdef CONFIG_MACH_NETSPACE_LITE_V2
> +MACHINE_START(NETSPACE_LITE_V2, "LaCie Network Space Lite v2")
> + .atag_offset = 0x100,
> + .init_machine = netspace_v2_init,
> + .map_io = kirkwood_map_io,
> + .init_early = kirkwood_init_early,
> + .init_irq = kirkwood_init_irq,
> + .timer = &kirkwood_timer,
When the restart series is queued, you'll have to add a:
.restart = kirkwood_restart,
here.
Please also order these initializers in the same order as they're
declared in struct machine_desc - the order there reflects the order in
which they're called. They're done like that to aid peoples
understanding of the ordering there.
So you want .init_machine after .timer.
> +MACHINE_END
> +#endif
More information about the linux-arm-kernel
mailing list