mirror of
https://github.com/joel16/android_kernel_sony_msm8994.git
synced 2025-02-17 11:50:37 +00:00
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:
parent
9c274cea3b
commit
fd77c5b379
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user