diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-11-13 18:17:34 +0100 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-03-27 09:56:00 +0100 |
commit | 2208bf115fecae211480ea41d25e6d56ec20d405 (patch) | |
tree | f501ce2dab6097b2cf47f06c08174ac3187755e1 /arch/arm/mach-omap2/prm_common.c | |
parent | ARM: OMAP2+: PRM: determine PRM base address from device tree (diff) | |
download | linux-2208bf115fecae211480ea41d25e6d56ec20d405.tar.xz linux-2208bf115fecae211480ea41d25e6d56ec20d405.zip |
ARM: OMAP2+: control: determine control module base address from DT
There is no need to provide the control module base address through a
low-level API from the low-level IO init, as this information is
available through DT. This patch adds a new API to initialize the
control module though, but mostly makes the old API obsolete. The
old API can be completely removed once OMAP3 is made DT only.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/prm_common.c')
-rw-r--r-- | arch/arm/mach-omap2/prm_common.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/prm_common.c b/arch/arm/mach-omap2/prm_common.c index b23d2327bafe..a943e1447536 100644 --- a/arch/arm/mach-omap2/prm_common.c +++ b/arch/arm/mach-omap2/prm_common.c @@ -722,11 +722,6 @@ int __init omap_prcm_init(void) return 0; } -void __init omap3_prcm_legacy_iomaps_init(void) -{ - omap2_clk_legacy_provider_init(TI_CLKM_SCRM, omap_ctrl_base_get()); -} - static int __init prm_late_init(void) { if (prm_ll_data->late_init) |