]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: imx5: use dynamic mapping for CCM block
authorShawn Guo <shawn.guo@freescale.com>
Tue, 20 May 2014 03:20:28 +0000 (11:20 +0800)
committerShawn Guo <shawn.guo@freescale.com>
Tue, 17 Jun 2014 13:14:24 +0000 (21:14 +0800)
commit598dde5d757caae59ddfc6f3166d979bec75ab11
tree87974236779298e91bf8c969db5d9fe3603c19ec
parent68845b8c7b5de32f9264a1c3c0b7d50daa403ba3
ARM: imx5: use dynamic mapping for CCM block

Replace the static mapping of CCM block with dynamic mapping and
retrieve CCM base address from device tree.  Though it's not nice to
encode the variable ccm_base in macros, it helps to avoid a massive
churn on the code.

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