]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit67c6b2ef2662b17cc2174f2bdc22a7cb818a8376
tree2362141abb7549fd9720977d66f4eb01cbc98aa6
parent65aabd61a4c5fa4033d2af7692ae7994845ab0ca
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