On 08/20/2011 11:10 AM, Shawn Guo wrote:
On Tue, Aug 16, 2011 at 03:34:54PM -0500, Rob Herring wrote:
quoted
From: Rob Herring <redacted>
This adds basic support for the Calxeda Highbank platform.
Signed-off-by: Rob Herring <redacted>
---
[...]
quoted
+DT_MACHINE_START(HIGHBANK, "Highbank")
+ .map_io = highbank_map_io,
+ .init_irq = highbank_init_irq,
+ .nr_irqs = NR_IRQS,
Is it really needed?
For single kernel binary, yes. See Nicolas Pitre's task list for
mach/irqs.h.
Rob
quoted
+ .timer = &highbank_timer,
+ .init_machine = highbank_init,
+ .dt_compat = highbank_match,
+MACHINE_END