From: Josh Cartwright Date: Mon, 22 Oct 2012 02:15:37 +0000 (-0500) Subject: zynq: move static peripheral mappings X-Git-Tag: omap-for-v3.8/cleanup-multiplatform-signed~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f58007762f537ba13674a3138b3f4c20fff1cba9;p=pandora-kernel.git zynq: move static peripheral mappings Shifting them up into the vmalloc region prevents the following warning, when booting a zynq qemu target with more than 512mb of RAM: BUG: mapping for 0xe0000000 at 0xe0000000 out of vmalloc space In addition, it allows for reuse of these mappings when the proper drivers issue requests via ioremap(). There are currently unknown issues with the early uart mapping. For now, the uart will be mapped to a known working address. Signed-off-by: Josh Cartwright Cc: John Linn Acked-by: Arnd Bergmann Tested-by: Michal Simek --- Reading git-diff-tree failed