diff options
Diffstat (limited to 'arch/mips/ath79/setup.c')
-rw-r--r-- | arch/mips/ath79/setup.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/mips/ath79/setup.c b/arch/mips/ath79/setup.c index 1ba21204ebe0..8755d618e116 100644 --- a/arch/mips/ath79/setup.c +++ b/arch/mips/ath79/setup.c | |||
@@ -216,9 +216,9 @@ void __init plat_mem_setup(void) | |||
216 | AR71XX_RESET_SIZE); | 216 | AR71XX_RESET_SIZE); |
217 | ath79_pll_base = ioremap_nocache(AR71XX_PLL_BASE, | 217 | ath79_pll_base = ioremap_nocache(AR71XX_PLL_BASE, |
218 | AR71XX_PLL_SIZE); | 218 | AR71XX_PLL_SIZE); |
219 | ath79_detect_sys_type(); | ||
219 | ath79_ddr_ctrl_init(); | 220 | ath79_ddr_ctrl_init(); |
220 | 221 | ||
221 | ath79_detect_sys_type(); | ||
222 | if (mips_machtype != ATH79_MACH_GENERIC_OF) | 222 | if (mips_machtype != ATH79_MACH_GENERIC_OF) |
223 | detect_memory_region(0, ATH79_MEM_SIZE_MIN, ATH79_MEM_SIZE_MAX); | 223 | detect_memory_region(0, ATH79_MEM_SIZE_MIN, ATH79_MEM_SIZE_MAX); |
224 | 224 | ||
@@ -281,3 +281,8 @@ MIPS_MACHINE(ATH79_MACH_GENERIC, | |||
281 | "Generic", | 281 | "Generic", |
282 | "Generic AR71XX/AR724X/AR913X based board", | 282 | "Generic AR71XX/AR724X/AR913X based board", |
283 | ath79_generic_init); | 283 | ath79_generic_init); |
284 | |||
285 | MIPS_MACHINE(ATH79_MACH_GENERIC_OF, | ||
286 | "DTB", | ||
287 | "Generic AR71XX/AR724X/AR913X based board (DT)", | ||
288 | NULL); | ||