]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: PCI: Fix bus-range fdt fixups for PCI1 controllers
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Thu, 19 Feb 2009 15:20:46 +0000 (18:20 +0300)
committerKim Phillips <kim.phillips@freescale.com>
Mon, 23 Feb 2009 21:52:12 +0000 (15:52 -0600)
commita5878d427128c1a9226045ebe05fbadaa02eb9dd
tree2c20287c11f41a7176837f0333443d8525ade6d5
parentb24a99f6666ac278ec9f9c1334518af828833d19
mpc83xx: PCI: Fix bus-range fdt fixups for PCI1 controllers

This patch fixes copy-paste issue: pci_hose[0]'s first and last
busnos were used to fixup pci1's nodes.

We don't see this bug triggering only because Linux reenumerate
buses anyway.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
cpu/mpc83xx/pci.c