[PATCH 2/6] ARM: add Highbank core platform support

Shawn Guo shawn.guo at freescale.com
Sat Aug 20 12:10:49 EDT 2011


On Tue, Aug 16, 2011 at 03:34:54PM -0500, Rob Herring wrote:
> From: Rob Herring <rob.herring at calxeda.com>
> 
> This adds basic support for the Calxeda Highbank platform.
> 
> Signed-off-by: Rob Herring <rob.herring at calxeda.com>
> ---
[...]
> +DT_MACHINE_START(HIGHBANK, "Highbank")
> +	.map_io		= highbank_map_io,
> +	.init_irq	= highbank_init_irq,
> +	.nr_irqs	= NR_IRQS,

Is it really needed?

> +	.timer		= &highbank_timer,
> +	.init_machine	= highbank_init,
> +	.dt_compat	= highbank_match,
> +MACHINE_END

-- 
Regards,
Shawn




More information about the linux-arm-kernel mailing list