diff options
author | Tero Kristo | 2014-12-16 17:20:54 +0100 |
---|---|---|
committer | Michael Turquette | 2015-01-30 19:55:23 +0100 |
commit | 3dbb048b7c49d1b9030c34c62410c1c5fcf4c4b4 (patch) | |
tree | f1c8936c540103f766933d1fae7cc7deb3033d28 /arch/arm/mach-omap2/prm.h | |
parent | clk: ti: add omap3 legacy clock data (diff) | |
download | kernel-qcow2-linux-3dbb048b7c49d1b9030c34c62410c1c5fcf4c4b4.tar.gz kernel-qcow2-linux-3dbb048b7c49d1b9030c34c62410c1c5fcf4c4b4.tar.xz kernel-qcow2-linux-3dbb048b7c49d1b9030c34c62410c1c5fcf4c4b4.zip |
ARM: OMAP3: PRM: add support for legacy iomapping init
As the legacy clock data is being moved under clock driver, the
clock data will be using the same low level infrastructure for
register accesses. This requires the clk_memmaps to be initialized
properly. This patch adds a support hook to the PRM driver to
initialize the mappings.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
Diffstat (limited to 'arch/arm/mach-omap2/prm.h')
-rw-r--r-- | arch/arm/mach-omap2/prm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/prm.h b/arch/arm/mach-omap2/prm.h index 77752e49d8d4..b9061a6a2db8 100644 --- a/arch/arm/mach-omap2/prm.h +++ b/arch/arm/mach-omap2/prm.h @@ -20,6 +20,7 @@ extern void __iomem *prm_base; extern u16 prm_features; extern void omap2_set_globals_prm(void __iomem *prm); int of_prcm_init(void); +void omap3_prcm_legacy_iomaps_init(void); # endif /* |