]> 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>
Thu, 22 May 2014 01:01:55 +0000 (09:01 +0800)
commit92b936bc9ad808b7c3afa03b77af09296a5e74e5
tree2527e35b657a77cd1bba9970441b7a53c2ce4349
parent1108439f93af07083055725d9f00425fd001cc29
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