14 #include <linux/kernel.h>
15 #include <linux/pci.h>
16 #include <linux/kdev_t.h>
22 #include <asm/machdep.h>
23 #include <asm/pci-bridge.h>
39 static int __init p5020_ds_probe(
void)
41 unsigned long root = of_get_flat_dt_root();
46 if (of_flat_dt_is_compatible(root,
"fsl,P5020DS"))
50 if (of_flat_dt_is_compatible(root,
"fsl,P5020DS-hv")) {
72 .probe = p5020_ds_probe,
76 .pcibios_fixup_bus = fsl_pcibios_fixup_bus,
84 .restart = fsl_rstcr_restart,
88 .power_save = book3e_idle,
90 .power_save = e500_idle,