diff options
Diffstat (limited to 'arch/powerpc/platforms/85xx/mpc85xx_rdb.c')
-rw-r--r-- | arch/powerpc/platforms/85xx/mpc85xx_rdb.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/mpc85xx_rdb.c b/arch/powerpc/platforms/85xx/mpc85xx_rdb.c index 294b179b3584..e358bed66d01 100644 --- a/arch/powerpc/platforms/85xx/mpc85xx_rdb.c +++ b/arch/powerpc/platforms/85xx/mpc85xx_rdb.c | |||
@@ -231,6 +231,7 @@ define_machine(p2020_rdb) { | |||
231 | .init_IRQ = mpc85xx_rdb_pic_init, | 231 | .init_IRQ = mpc85xx_rdb_pic_init, |
232 | #ifdef CONFIG_PCI | 232 | #ifdef CONFIG_PCI |
233 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, | 233 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, |
234 | .pcibios_fixup_phb = fsl_pcibios_fixup_phb, | ||
234 | #endif | 235 | #endif |
235 | .get_irq = mpic_get_irq, | 236 | .get_irq = mpic_get_irq, |
236 | .restart = fsl_rstcr_restart, | 237 | .restart = fsl_rstcr_restart, |
@@ -245,6 +246,7 @@ define_machine(p1020_rdb) { | |||
245 | .init_IRQ = mpc85xx_rdb_pic_init, | 246 | .init_IRQ = mpc85xx_rdb_pic_init, |
246 | #ifdef CONFIG_PCI | 247 | #ifdef CONFIG_PCI |
247 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, | 248 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, |
249 | .pcibios_fixup_phb = fsl_pcibios_fixup_phb, | ||
248 | #endif | 250 | #endif |
249 | .get_irq = mpic_get_irq, | 251 | .get_irq = mpic_get_irq, |
250 | .restart = fsl_rstcr_restart, | 252 | .restart = fsl_rstcr_restart, |
@@ -259,6 +261,7 @@ define_machine(p1021_rdb_pc) { | |||
259 | .init_IRQ = mpc85xx_rdb_pic_init, | 261 | .init_IRQ = mpc85xx_rdb_pic_init, |
260 | #ifdef CONFIG_PCI | 262 | #ifdef CONFIG_PCI |
261 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, | 263 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, |
264 | .pcibios_fixup_phb = fsl_pcibios_fixup_phb, | ||
262 | #endif | 265 | #endif |
263 | .get_irq = mpic_get_irq, | 266 | .get_irq = mpic_get_irq, |
264 | .restart = fsl_rstcr_restart, | 267 | .restart = fsl_rstcr_restart, |
@@ -273,6 +276,7 @@ define_machine(p2020_rdb_pc) { | |||
273 | .init_IRQ = mpc85xx_rdb_pic_init, | 276 | .init_IRQ = mpc85xx_rdb_pic_init, |
274 | #ifdef CONFIG_PCI | 277 | #ifdef CONFIG_PCI |
275 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, | 278 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, |
279 | .pcibios_fixup_phb = fsl_pcibios_fixup_phb, | ||
276 | #endif | 280 | #endif |
277 | .get_irq = mpic_get_irq, | 281 | .get_irq = mpic_get_irq, |
278 | .restart = fsl_rstcr_restart, | 282 | .restart = fsl_rstcr_restart, |
@@ -287,6 +291,7 @@ define_machine(p1025_rdb) { | |||
287 | .init_IRQ = mpc85xx_rdb_pic_init, | 291 | .init_IRQ = mpc85xx_rdb_pic_init, |
288 | #ifdef CONFIG_PCI | 292 | #ifdef CONFIG_PCI |
289 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, | 293 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, |
294 | .pcibios_fixup_phb = fsl_pcibios_fixup_phb, | ||
290 | #endif | 295 | #endif |
291 | .get_irq = mpic_get_irq, | 296 | .get_irq = mpic_get_irq, |
292 | .restart = fsl_rstcr_restart, | 297 | .restart = fsl_rstcr_restart, |
@@ -301,6 +306,7 @@ define_machine(p1020_mbg_pc) { | |||
301 | .init_IRQ = mpc85xx_rdb_pic_init, | 306 | .init_IRQ = mpc85xx_rdb_pic_init, |
302 | #ifdef CONFIG_PCI | 307 | #ifdef CONFIG_PCI |
303 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, | 308 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, |
309 | .pcibios_fixup_phb = fsl_pcibios_fixup_phb, | ||
304 | #endif | 310 | #endif |
305 | .get_irq = mpic_get_irq, | 311 | .get_irq = mpic_get_irq, |
306 | .restart = fsl_rstcr_restart, | 312 | .restart = fsl_rstcr_restart, |
@@ -315,6 +321,7 @@ define_machine(p1020_utm_pc) { | |||
315 | .init_IRQ = mpc85xx_rdb_pic_init, | 321 | .init_IRQ = mpc85xx_rdb_pic_init, |
316 | #ifdef CONFIG_PCI | 322 | #ifdef CONFIG_PCI |
317 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, | 323 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, |
324 | .pcibios_fixup_phb = fsl_pcibios_fixup_phb, | ||
318 | #endif | 325 | #endif |
319 | .get_irq = mpic_get_irq, | 326 | .get_irq = mpic_get_irq, |
320 | .restart = fsl_rstcr_restart, | 327 | .restart = fsl_rstcr_restart, |
@@ -329,6 +336,7 @@ define_machine(p1020_rdb_pc) { | |||
329 | .init_IRQ = mpc85xx_rdb_pic_init, | 336 | .init_IRQ = mpc85xx_rdb_pic_init, |
330 | #ifdef CONFIG_PCI | 337 | #ifdef CONFIG_PCI |
331 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, | 338 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, |
339 | .pcibios_fixup_phb = fsl_pcibios_fixup_phb, | ||
332 | #endif | 340 | #endif |
333 | .get_irq = mpic_get_irq, | 341 | .get_irq = mpic_get_irq, |
334 | .restart = fsl_rstcr_restart, | 342 | .restart = fsl_rstcr_restart, |
@@ -343,6 +351,7 @@ define_machine(p1020_rdb_pd) { | |||
343 | .init_IRQ = mpc85xx_rdb_pic_init, | 351 | .init_IRQ = mpc85xx_rdb_pic_init, |
344 | #ifdef CONFIG_PCI | 352 | #ifdef CONFIG_PCI |
345 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, | 353 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, |
354 | .pcibios_fixup_phb = fsl_pcibios_fixup_phb, | ||
346 | #endif | 355 | #endif |
347 | .get_irq = mpic_get_irq, | 356 | .get_irq = mpic_get_irq, |
348 | .restart = fsl_rstcr_restart, | 357 | .restart = fsl_rstcr_restart, |
@@ -357,6 +366,7 @@ define_machine(p1024_rdb) { | |||
357 | .init_IRQ = mpc85xx_rdb_pic_init, | 366 | .init_IRQ = mpc85xx_rdb_pic_init, |
358 | #ifdef CONFIG_PCI | 367 | #ifdef CONFIG_PCI |
359 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, | 368 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, |
369 | .pcibios_fixup_phb = fsl_pcibios_fixup_phb, | ||
360 | #endif | 370 | #endif |
361 | .get_irq = mpic_get_irq, | 371 | .get_irq = mpic_get_irq, |
362 | .restart = fsl_rstcr_restart, | 372 | .restart = fsl_rstcr_restart, |