On Tue, Aug 16, 2011 at 03:34:54PM -0500, Rob Herring wrote:
From: Rob Herring <redacted>
This adds basic support for the Calxeda Highbank platform.
Signed-off-by: Rob Herring <redacted>
---
[...]
+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