diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-07-16 10:45:07 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-07-23 10:27:08 -0500 |
commit | aa3c112146e387dcd68bea2a8354514fe725da0d (patch) | |
tree | de8e5fe474359c0a2ce2d7c7904973f0e36b54e5 /arch/powerpc/platforms/85xx | |
parent | 6c0a11c118471f79795202348fbd0e6580341794 (diff) | |
download | kernel-crypto-aa3c112146e387dcd68bea2a8354514fe725da0d.tar.gz kernel-crypto-aa3c112146e387dcd68bea2a8354514fe725da0d.tar.xz kernel-crypto-aa3c112146e387dcd68bea2a8354514fe725da0d.zip |
[POWERPC] 85xx: Added 8568 PCIe support
Added the PCIe device node to the 8568 dts and the needed quirk entries.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx')
-rw-r--r-- | arch/powerpc/platforms/85xx/mpc85xx_mds.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/mpc85xx_mds.c b/arch/powerpc/platforms/85xx/mpc85xx_mds.c index 9aa96f065b2..e8003bf00c9 100644 --- a/arch/powerpc/platforms/85xx/mpc85xx_mds.c +++ b/arch/powerpc/platforms/85xx/mpc85xx_mds.c @@ -208,4 +208,5 @@ define_machine(mpc85xx_mds) { .restart = mpc85xx_restart, .calibrate_decr = generic_calibrate_decr, .progress = udbg_progress, + .pcibios_fixup_bus = fsl_pcibios_fixup_bus, }; |