Commits
Xiaowen Liu committed 47a83601e17
MA-9082 Change special register map address to high space. The low memory space is limited by vmalloc size as they share kernel space. The vmalloc upper limit space is 0xff000000. And register map space must reside in vmalloc space. If register map address is 0xf4000000, vmalloc size must be large than 0xff000000 - 0xf4000000 = 176M. Change Special register map address to high space, so vmalloc size can be small. Change-Id: Ia51f8b2a10c25e2f0cb1d3842d565000e7a6a23c Signed-off-by: Xiaowen Liu <xiaowen.liu@nxp.com>