From: Tony Lindgren Date: Thu, 3 Dec 2015 20:02:32 +0000 (-0800) Subject: ARM: OMAP2+: Remove useless check for legacy booting for dm814x X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d893656e61040f3ff7b5f72a986052a348f3c94e;p=linux.git 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 --- diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 3eaeaca5da05f..3c87e40650cf3 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) ti814x_clockdomains_init(); dm814x_hwmod_init(); omap_hwmod_init_postsetup(); - if (of_have_populated_dt()) - omap_clk_soc_init = dm814x_dt_clk_init; + omap_clk_soc_init = dm814x_dt_clk_init; } void __init ti816x_init_early(void)