]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP3: PRM: add support for legacy iomapping init
authorTero Kristo <t-kristo@ti.com>
Tue, 16 Dec 2014 16:20:54 +0000 (18:20 +0200)
committerMichael Turquette <mturquette@linaro.org>
Fri, 30 Jan 2015 18:55:23 +0000 (10:55 -0800)
commitd5dfa950041c8fb121ff7a3ca165464cebf4b850
treef1c8936c540103f766933d1fae7cc7deb3033d28
parentb679c9e7a6e7bc0d09af55d0e33b4a67450a836b
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>
arch/arm/mach-omap2/prm.h
arch/arm/mach-omap2/prm_common.c