]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: imx5: reuse clock CCM mapping in pm code
authorShawn Guo <shawn.guo@freescale.com>
Tue, 20 May 2014 05:41:36 +0000 (13:41 +0800)
committerShawn Guo <shawn.guo@freescale.com>
Thu, 22 May 2014 01:01:56 +0000 (09:01 +0800)
commitc3d5269abd002a103d1053af8b99faa9112724ef
tree96a659487ab508be770006f67e1beaee779943b9
parente25493531cef09aff6cbe0caeeb1bf60bd60cc50
ARM: imx5: reuse clock CCM mapping in pm code

The imx5 pm code needs to access CCM registers.  Let's remove the use
of CCM static mapping in pm code by reusing the dynamic mapping created
in clock code.

Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/mach-imx/clk-imx51-imx53.c
arch/arm/mach-imx/common.h
arch/arm/mach-imx/pm-imx5.c