sh: fix i2c init order on ap325rxa V2

Convert the AP325RXA board code to register devices at
arch_initcall() time instead of device_initcall(). This
fix unbreaks pcf8563 RTC 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 dbefd606 ba3a1701

+1 -1
+1 -1
arch/sh/boards/board-ap325rxa.c
··· 547 return platform_add_devices(ap325rxa_devices, 548 ARRAY_SIZE(ap325rxa_devices)); 549 } 550 - device_initcall(ap325rxa_devices_setup); 551 552 /* Return the board specific boot mode pin configuration */ 553 static int ap325rxa_mode_pins(void)
··· 547 return platform_add_devices(ap325rxa_devices, 548 ARRAY_SIZE(ap325rxa_devices)); 549 } 550 + arch_initcall(ap325rxa_devices_setup); 551 552 /* Return the board specific boot mode pin configuration */ 553 static int ap325rxa_mode_pins(void)