aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh4a/setup-sh7343.c
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2009-04-15 10:50:30 +0000
committerPaul Mundt <lethal@linux-sh.org>2009-04-19 13:06:25 +0900
commit28fde6863e6ed1f4bfb7cef080e67bf439c20628 (patch)
treed916649a6b835f71e8b1e286a0299a85d198c788 /arch/sh/kernel/cpu/sh4a/setup-sh7343.c
parentsh: Add plat_early_device_setup() (diff)
downloadlinux-dev-28fde6863e6ed1f4bfb7cef080e67bf439c20628.tar.xz
linux-dev-28fde6863e6ed1f4bfb7cef080e67bf439c20628.zip
sh: Early Platform Data for SuperH Mobile
Use plat_early_device_setup() to register Early Platform Data for SuperH Mobile processors. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/setup-sh7343.c')
-rw-r--r--arch/sh/kernel/cpu/sh4a/setup-sh7343.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7343.c b/arch/sh/kernel/cpu/sh4a/setup-sh7343.c
index c1549382c87c..cb5b4db1ca25 100644
--- a/arch/sh/kernel/cpu/sh4a/setup-sh7343.c
+++ b/arch/sh/kernel/cpu/sh4a/setup-sh7343.c
@@ -234,6 +234,16 @@ static int __init sh7343_devices_setup(void)
}
__initcall(sh7343_devices_setup);
+static struct platform_device *sh7343_early_devices[] __initdata = {
+ &cmt_device,
+};
+
+void __init plat_early_device_setup(void)
+{
+ early_platform_add_devices(sh7343_early_devices,
+ ARRAY_SIZE(sh7343_early_devices));
+}
+
enum {
UNUSED = 0,