mpc83xx: fix pcie enumeration
authorBaidu Boy <liucai.lfn@gmail.com>
Mon, 29 Nov 2010 13:10:45 +0000 (21:10 +0800)
committerKim Phillips <kim.phillips@freescale.com>
Mon, 13 Dec 2010 19:55:56 +0000 (13:55 -0600)
commit054289f752371533285ae709003a683e6964f88f
tree486636cd2a85f8db0280c69c7f049e0d8678afa7
parentac8983bcba75576c50307b5e8dc8fb848740ee61
mpc83xx: fix pcie enumeration

This patch fix a problem for the pcie enumeration for mpc83xx cpus.  Without
this we will not  get correct value in hose->regions[...].

The pointer *reg in function mpc83xx_pcie_init_bus() shall not be changed.
Because we will use this pointer as a parameter to call function
mpc83xx_pcie_register_hose().

Signed-off-by: Baidu Boy <liucai.lfn@gmail.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
arch/powerpc/cpu/mpc83xx/pcie.c