]> 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>
Tue, 3 Jun 2014 07:37:12 +0000 (15:37 +0800)
commitde7e6e635c0ed983090fbd4be644f8dad2f60d13
treec90467093503fbe23d6a449aed4eca97ce3bee46
parent6c1c13544f175a5523ba4f33659f7de968d6c783
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