diff options
Diffstat (limited to 'arch/powerpc/sysdev/fsl_pci.c')
-rw-r--r-- | arch/powerpc/sysdev/fsl_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/fsl_pci.c b/arch/powerpc/sysdev/fsl_pci.c index c6a30f9c2073..d7747e05d1da 100644 --- a/arch/powerpc/sysdev/fsl_pci.c +++ b/arch/powerpc/sysdev/fsl_pci.c | |||
@@ -185,7 +185,8 @@ int __init fsl_add_bridge(struct device_node *dev, int is_primary) | |||
185 | hose->first_busno = bus_range ? bus_range[0] : 0x0; | 185 | hose->first_busno = bus_range ? bus_range[0] : 0x0; |
186 | hose->last_busno = bus_range ? bus_range[1] : 0xff; | 186 | hose->last_busno = bus_range ? bus_range[1] : 0xff; |
187 | 187 | ||
188 | setup_indirect_pci(hose, rsrc.start, rsrc.start + 0x4); | 188 | setup_indirect_pci(hose, rsrc.start, rsrc.start + 0x4, |
189 | PPC_INDIRECT_TYPE_BIG_ENDIAN); | ||
189 | setup_pci_cmd(hose); | 190 | setup_pci_cmd(hose); |
190 | 191 | ||
191 | /* check PCI express link status */ | 192 | /* check PCI express link status */ |