From: Thomas Petazzoni Date: Thu, 21 Mar 2013 16:59:15 +0000 (+0100) Subject: arm: mach-mvebu: convert to use mvebu-mbus driver X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~9^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87e1bed4067e33a4636bffc03689ffb045d586d6;p=pandora-kernel.git arm: mach-mvebu: convert to use mvebu-mbus driver The changes needed to migrate the mach-mvebu (Armada 370 and Armada XP) to the mvebu-mbus driver are fairly minimal, since not many devices currently supported on those SoCs use address decoding windows. The only one being the BootROM window, used to bring up secondary CPUs. However, this BootROM window needed for SMP brings an important requirement: the mvebu-mbus driver must be initialized at the ->early_init() time, otherwise the BootROM window cannot be setup early enough to be ready before the secondary CPUs are started. Signed-off-by: Thomas Petazzoni Acked-by: Arnd Bergmann Signed-off-by: Jason Cooper --- Reading git-diff-tree failed