|
@@ -117,7 +117,7 @@ void __init prom_init(void)
|
|
|
|
|
|
int __init plat_of_setup(void)
|
|
int __init plat_of_setup(void)
|
|
{
|
|
{
|
|
- return __dt_register_buses(soc_info.compatible, "simple-bus");
|
|
|
|
|
|
+ return of_platform_default_populate(NULL, NULL, NULL);
|
|
}
|
|
}
|
|
|
|
|
|
arch_initcall(plat_of_setup);
|
|
arch_initcall(plat_of_setup);
|