summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/io.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2021-03-10 14:05:02 +0200
committerTony Lindgren <tony@atomide.com>2021-03-10 14:05:02 +0200
commit229e1e1146e4f525725253fd7eeeabb07131ec8f (patch)
tree4ed0b5efdc440ee7c750938a51c89dbaaef4672f /arch/arm/mach-omap2/io.c
parente98cf7e694863a9208709f39213f9060ffea026f (diff)
downloadlinux-229e1e1146e4f525725253fd7eeeabb07131ec8f.tar.bz2
ARM: OMAP2+: Drop legacy platform data for omap5 hwmod
We can now probe interconnects with simple-pm-bus and genpd. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r--arch/arm/mach-omap2/io.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c
index 060ba6957b7c..9bb0550c4a61 100644
--- a/arch/arm/mach-omap2/io.c
+++ b/arch/arm/mach-omap2/io.c
@@ -643,8 +643,6 @@ void __init omap5_init_early(void)
omap54xx_voltagedomains_init();
omap54xx_powerdomains_init();
omap54xx_clockdomains_init();
- omap54xx_hwmod_init();
- omap_hwmod_init_postsetup();
omap_clk_soc_init = omap5xxx_dt_clk_init;
omap_secure_init();
}