[PATCH 04/04] ARM: shmobile: APE6EVM support
Magnus Damm
magnus.damm at gmail.com
Thu Mar 14 03:01:47 EDT 2013
Hi Arnd,
On Tue, Mar 12, 2013 at 9:16 PM, Arnd Bergmann <arnd at arndb.de> wrote:
> On Tuesday 12 March 2013, Magnus Damm wrote:
>> +
>> +static const char *ape6evm_boards_compat_dt[] __initdata = {
>> + "renesas,ape6evm",
>> + NULL,
>> +};
>> +
>> +DT_MACHINE_START(APE6EVM_DT, "ape6evm")
>> + .init_irq = irqchip_init,
>> + .init_time = shmobile_timer_init,
>> + .init_machine = r8a73a4_add_standard_devices,
>> + .dt_compat = ape6evm_boards_compat_dt,
>> +MACHINE_END
>
> Do you plan to add board-specific contents here in a follow-up patch soon?
Yes, correct. At this point we cannot configure the pin controller from DT.
> If not, it seems the setup-r8a73a4.c already handles this board with its
> defaults.
Right, this portion is only made as a ground work for incremental patches.
Thanks,
/ magnus
More information about the linux-arm-kernel
mailing list