]> 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>
Fri, 18 Jul 2014 08:10:08 +0000 (16:10 +0800)
commit18c1d989528d84f019ff4c9add05d6c384c5d065
tree7ca12921fc7710ab70d3e014a747b2a72eb259f2
parente7d5eb3c4527e6b8c0d950d26037af2fa5ac7537
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