|
@@ -234,6 +234,16 @@ static int __init sh7343_devices_setup(void)
|
|
}
|
|
}
|
|
__initcall(sh7343_devices_setup);
|
|
__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 {
|
|
enum {
|
|
UNUSED = 0,
|
|
UNUSED = 0,
|
|
|
|
|