aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2015-12-03 15:02:32 -0500
committerTony Lindgren <tony@atomide.com>2015-12-09 19:53:46 -0500
commitd893656e61040f3ff7b5f72a986052a348f3c94e (patch)
tree5ef304c0379f2adc3081933177f19c84efacf102
parent3022b29df67729c42acbd20f6c3e5ba8f8b60741 (diff)
ARM: OMAP2+: Remove useless check for legacy booting for dm814x
We have never had dm814x booting properly with mainline kernel using the legacy platform data based booting. Current minimal support is device tree only. Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/mach-omap2/io.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c
index 3eaeaca5da05..3c87e40650cf 100644
--- a/arch/arm/mach-omap2/io.c
+++ b/arch/arm/mach-omap2/io.c
@@ -612,8 +612,7 @@ void __init ti814x_init_early(void)
612 ti814x_clockdomains_init(); 612 ti814x_clockdomains_init();
613 dm814x_hwmod_init(); 613 dm814x_hwmod_init();
614 omap_hwmod_init_postsetup(); 614 omap_hwmod_init_postsetup();
615 if (of_have_populated_dt()) 615 omap_clk_soc_init = dm814x_dt_clk_init;
616 omap_clk_soc_init = dm814x_dt_clk_init;
617} 616}
618 617
619void __init ti816x_init_early(void) 618void __init ti816x_init_early(void)