]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: bcm2835: Skip doing our own iotable_init() initialization
authorEric Anholt <eric@anholt.net>
Thu, 23 Apr 2015 17:49:11 +0000 (10:49 -0700)
committerLee Jones <lee.jones@linaro.org>
Thu, 14 May 2015 09:04:17 +0000 (10:04 +0100)
commit1015ebd8e01fb764afa4743f22eacbecec2b3be8
treecdd19c65f40f454a0ff91e06dddf3eb17cb087d0
parentce88222e1fb53c38d3b94c3b5ceebe1d2ab4956d
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 <eric@anholt.net>
Tested-by: Stephen Warren <swarren@wwwdotorg.org>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
arch/arm/mach-bcm/board_bcm2835.c