sh: fix i2c init order on Migo-R V2
authorMagnus Damm <damm@igel.co.jp>
Thu, 13 Aug 2009 02:39:02 +0000 (11:39 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 13 Aug 2009 02:39:02 +0000 (11:39 +0900)
commitba3a17019181af5d6ab898760620c4e9916396c2
treebb62e65fbaa2939764efa79daa510ad6f444fd2b
parentba9a633787eed1e90d587282642580ad3d44f7fd
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>
arch/sh/boards/mach-migor/setup.c