diff options
Diffstat (limited to 'arch/mips/lantiq')
-rw-r--r-- | arch/mips/lantiq/prom.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/mips/lantiq/prom.c b/arch/mips/lantiq/prom.c index 7447d322d14e..758970e3815b 100644 --- a/arch/mips/lantiq/prom.c +++ b/arch/mips/lantiq/prom.c | |||
@@ -97,16 +97,7 @@ void __init prom_init(void) | |||
97 | 97 | ||
98 | int __init plat_of_setup(void) | 98 | int __init plat_of_setup(void) |
99 | { | 99 | { |
100 | static struct of_device_id of_ids[3]; | 100 | return __dt_register_buses(soc_info.compatible, "simple-bus"); |
101 | |||
102 | if (!of_have_populated_dt()) | ||
103 | panic("device tree not present"); | ||
104 | |||
105 | strlcpy(of_ids[0].compatible, soc_info.compatible, | ||
106 | sizeof(of_ids[0].compatible)); | ||
107 | strncpy(of_ids[1].compatible, "simple-bus", | ||
108 | sizeof(of_ids[1].compatible)); | ||
109 | return of_platform_populate(NULL, of_ids, NULL, NULL); | ||
110 | } | 101 | } |
111 | 102 | ||
112 | arch_initcall(plat_of_setup); | 103 | arch_initcall(plat_of_setup); |