sh: fix i2c init order on ap325rxa V2
authorMagnus Damm <damm@igel.co.jp>
Fri, 7 Aug 2009 03:52:18 +0000 (03:52 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 13 Aug 2009 02:43:43 +0000 (11:43 +0900)
commitdbefd606a3b3634799b625f4900336e61c89e868
tree8d93b16fbd6f2cb7fce2e668b4695945b6f4f7e7
parentba3a17019181af5d6ab898760620c4e9916396c2
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>
arch/sh/boards/board-ap325rxa.c