diff options
author | Tony Lindgren <tony@atomide.com> | 2020-11-27 08:13:25 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-11-27 08:13:25 +0200 |
commit | b62168e516dab1b7cb7bb90976755b08d273cc3a (patch) | |
tree | ee9b2c8055d1f96a443500d3d15959e5a7cb8287 /arch/arm/mach-omap2/io.c | |
parent | baa2a611762f9ad033392d15efa3b5aeb5c69d50 (diff) |
ARM: OMAP2+: Fix am4 only build after genpd changes
With commit df6c2ec872a6 ("ARM: OMAP2+: Drop legacy remaining legacy
platform data for am4") we moved am4 to boot with simple-pm-bus using
genpd and devicetree based data. But I forgot to test am4 only build
that still has few references to the old platform data left, and cause
undefined reference errors with omap_hwmod_set_postsetup_state and
omap_hwmod_for_each. We can just drop the related calls for am4 now,
and also drop the references to unused struct wkup_m3_platform_data.
Reported-by: Nishanth Menon <nm@ti.com>
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 6cd99e868556..060ba6957b7c 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c @@ -588,7 +588,6 @@ void __init am43xx_init_early(void) omap2_prcm_base_init(); am43xx_powerdomains_init(); am43xx_clockdomains_init(); - omap_hwmod_init_postsetup(); omap_l2_cache_init(); omap_clk_soc_init = am43xx_dt_clk_init; omap_secure_init(); |