sh: fix i2c init order on Migo-R V2

Convert the Migo-R board code to register devices at
arch_initcall() time instead of __initcall(). This fix
unbreaks migor_ts touch screen driver support.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

authored by Magnus Damm and committed by Paul Mundt ba3a1701 ba9a6337

+1 -1
+1 -1
arch/sh/boards/mach-migor/setup.c
··· 608 608 609 609 return platform_add_devices(migor_devices, ARRAY_SIZE(migor_devices)); 610 610 } 611 - __initcall(migor_devices_setup); 611 + arch_initcall(migor_devices_setup); 612 612 613 613 /* Return the board specific boot mode pin configuration */ 614 614 static int migor_mode_pins(void)