commit | 36b66c3fc20ad9a50ae7f19b3c807c68259753df | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@freescale.com> | Tue May 20 14:55:15 2014 +0800 |
committer | Shawn Guo <shawn.guo@freescale.com> | Fri Jul 18 16:10:09 2014 +0800 |
tree | eb47f70f7ca833acf1fa73d2b1b20c588fdb1a4e | |
parent | 4ef5e3870113c5caab22d4363d882b372f2c6b57 [diff] |
ARM: imx5: use dynamic mapping for Cortex and GPC block The imx5 pm code uses static mapping to access Cortex and GPC registers. The patch create struct imx5_pm_data to encode physical address of Cortex and GPC block, and create dynamic mapping for them at run-time. Signed-off-by: Shawn Guo <shawn.guo@freescale.com>