msm: iomap: Rename MSM8092_MSM_SHARED_RAM to be consistent

Rename MSM8092_MSM_SHARED_RAM to MPQ8092_MSM_SHARED_RAM for following
the MPQ platform name convention.

Change-Id: I37dc356ef99472737fda86a51c36f18ba0d74ee9
Signed-off-by: Ravi Kumar V <kumarrav@codeaurora.org>
This commit is contained in:
Ravi Kumar V 2012-09-21 13:15:17 +05:30 committed by Stephen Boyd
parent 9c274cea3b
commit fd77c5b379
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
*
*/
#define MPQ8092_SHARED_RAM_PHYS 0x0FA00000
#define MPQ8092_MSM_SHARED_RAM_PHYS 0x0FA00000
#define MPQ8092_QGIC_DIST_PHYS 0xF9000000
#define MPQ8092_QGIC_DIST_SIZE SZ_4K

View File

@ -503,7 +503,7 @@ static struct map_desc mpq8092_io_desc[] __initdata = {
void __init msm_map_mpq8092_io(void)
{
msm_shared_ram_phys = MSM8092_MSM_SHARED_RAM_PHYS;
msm_shared_ram_phys = MPQ8092_MSM_SHARED_RAM_PHYS;
msm_map_io(mpq8092_io_desc, ARRAY_SIZE(mpq8092_io_desc));
}
#endif /* CONFIG_ARCH_MPQ8092 */