commit | df50ec771253d3136cc53696eeb574c15bd31abf | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Fri May 31 15:20:35 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri May 31 15:20:35 2013 -0700 |
tree | acb91b98f23a4eabff986899d21d2db2e4ab6ba8 | |
parent | 67617c519a117a1b00211f7278c262759bcfe0ac [diff] | |
parent | 2a28d52cf695d0be888cf9427a931137247ce704 [diff] |
Merge "imem: mpq8092: setup static map for imem from dt"
diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c index 7fb2c88..f736b30 100644 --- a/arch/arm/mach-msm/io.c +++ b/arch/arm/mach-msm/io.c
@@ -562,6 +562,7 @@ { msm_shared_ram_phys = MPQ8092_MSM_SHARED_RAM_PHYS; msm_map_io(mpq8092_io_desc, ARRAY_SIZE(mpq8092_io_desc)); + of_scan_flat_dt(msm_scan_dt_map_imem, NULL); } #endif /* CONFIG_ARCH_MPQ8092 */