aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel/arthur.c
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@wantstofly.org>2008-05-15 10:31:14 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-05-17 22:55:15 +0100
commitbbdf1c1e58f215940243bedc235e48ed7e8d6f2d (patch)
tree1feb32bfc181b47bca059a5d7a5ee6b1d8b37a77 /arch/arm/kernel/arthur.c
parentb3a8b751c1c2997653c6bf2b5d10467c39f3cc6e (diff)
[ARM] 5037/1: Orion: fix DNS323/Kurobox Pro PCI initialisation
Whereas most Orion 5x machine support code would initialise the PCI subsystem with nr_controllers in their struct hw_pci set to 2, the DNS323 and Kurobox Pro machine support code had nr_controllers set to 1. This was presumably done because on those two machines, the PCI(-X) controller (nr == 1) isn't used, requiring initialisation of only the PCIe controller (nr == 0.) However, not initialising the PCI(-X) controller on boards that don't use it leads to a situation where both the PCIe and the PCI(-X) controller think that their root bus is zero, and it messes up IRQ assignment. This patch changes the DNS323 and Kurobox Pro support code to always use nr_controllers == 2. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel/arthur.c')
0 files changed, 0 insertions, 0 deletions