diff options
author | Tony Lindgren <tony@atomide.com> | 2017-05-31 15:51:37 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-06-08 04:15:10 -0700 |
commit | 1aa8f0cb19e59a0def9925d401d628c1846c3270 (patch) | |
tree | 33bef004aea2ab69cc904f12da6aeef40ca8563d /arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | |
parent | 2a26d31b1bae5d07b97fc05755053295da686ec7 (diff) | |
download | linux-1aa8f0cb19e59a0def9925d401d628c1846c3270.tar.gz linux-1aa8f0cb19e59a0def9925d401d628c1846c3270.tar.bz2 linux-1aa8f0cb19e59a0def9925d401d628c1846c3270.zip |
ARM: OMAP2+: Remove unused legacy code for interconnects
We are now booting all mach-omap2 in device tree only mode.
Any code that is only called in legacy boot mode where
of_have_populated_dt() is not set is safe to remove now.
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_3xxx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c index 1c6ca4d5fa2d..c3276436b0ae 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c @@ -3204,8 +3204,7 @@ int __init omap3xxx_hwmod_init(void) * If DT information is missing, enable them only for GP devices. */ - if (of_have_populated_dt()) - bus = of_find_node_by_name(NULL, "ocp"); + bus = of_find_node_by_name(NULL, "ocp"); if (h_sham && omap3xxx_hwmod_is_hs_ip_block_usable(bus, "sham")) { r = omap_hwmod_register_links(h_sham); |