]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: integrator: move syscon remap for AP PCIv3
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 10 Jan 2013 09:18:49 +0000 (10:18 +0100)
committerOlof Johansson <olof@lixom.net>
Fri, 11 Jan 2013 19:25:22 +0000 (11:25 -0800)
commit1c73284b21fd5471aa89af84a3bb631218d700ce
tree2362141abb7549fd9720977d66f4eb01cbc98aa6
parent1f702a24cdb89c19179f454be7a9a794f84588ca
ARM: integrator: move syscon remap for AP PCIv3

The Integrator/AP syscon remapping was done in the .setup()
function rather than .preinit() which is wrong - .preinit()
is called before .setup() and the former also use the syscon
base and cause a crash since it was not yet remapped.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-integrator/pci_v3.c