]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: imx5: retrieve iim base from device tree
authorShawn Guo <shawn.guo@freescale.com>
Mon, 19 May 2014 14:23:43 +0000 (22:23 +0800)
committerShawn Guo <shawn.guo@freescale.com>
Tue, 17 Jun 2014 13:14:23 +0000 (21:14 +0800)
commit791a2257953f1dd53382500e3413c44f32de8e26
tree34a51625af49443abcfd95a64c94864fed50a360
parentb51efa6433393d816156d0236b237a1d2ec86b9a
ARM: imx5: retrieve iim base from device tree

Instead of using static define and mapping, the patch changes imx5 code
that reads chip revision from IIM to retrieve base address from device
tree and use dynamic mapping.

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