[PATCH 13/17] ARM: at91: rework initialization for sam9 based boards

2015-01-15 Thread Alexandre Belloni
Remove useless .map_io and .init_early by moving at91_dt_initialize() to sam9*_dt_device_init(). Also rename board-dt-sam9.c to at91sam9.c Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/Makefile| 4 +--- arch/arm/mach-at91/{board-dt-sam9.c => at91sam9.c} | 16

[PATCH 13/17] ARM: at91: rework initialization for sam9 based boards

2015-01-15 Thread Alexandre Belloni
Remove useless .map_io and .init_early by moving at91_dt_initialize() to sam9*_dt_device_init(). Also rename board-dt-sam9.c to at91sam9.c Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- arch/arm/mach-at91/Makefile| 4 +---