]> 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, 3 Jun 2014 07:37:12 +0000 (15:37 +0800)
commitdcb1887fbd99f862a9f6dbeb8a7191ef3ffff767
tree832aa170799c7adb4f57efe56e4d6f877d121d99
parenta1fa1272f88f1290f1e66800c2fbc735f3d8f47c
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