From: Eric Anholt Date: Thu, 23 Apr 2015 17:49:11 +0000 (-0700) Subject: ARM: bcm2835: Skip doing our own iotable_init() initialization X-Git-Tag: omap-for-v4.3/legacy-v2-signed~133^2~34^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2383321183cf6c1f0e6dcb435c751ef5ebe285a0;p=pandora-kernel.git ARM: bcm2835: Skip doing our own iotable_init() initialization The only thing we were using this 16MB mapping of IO peripherals for was the uart's early debug mapping. If we just drop the map_io hook, the kernel will call debug_ll_io_init() for us, which maps the single page needed for the device. Signed-off-by: Eric Anholt Tested-by: Stephen Warren Acked-by: Stephen Warren Signed-off-by: Lee Jones --- Reading git-diff-tree failed