[PATCH 2/6] ARM: add Highbank core platform support
Rob Herring
robherring2 at gmail.com
Sat Aug 20 14:22:52 EDT 2011
On 08/20/2011 11:10 AM, Shawn Guo wrote:
> 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?
For single kernel binary, yes. See Nicolas Pitre's task list for
mach/irqs.h.
Rob
>
>> + .timer = &highbank_timer,
>> + .init_machine = highbank_init,
>> + .dt_compat = highbank_match,
>> +MACHINE_END
>
More information about the linux-arm-kernel
mailing list