23 #include <asm/machdep.h>
28 #include <asm/pci-bridge.h>
30 #include <linux/i2c.h>
33 { .compatible =
"ibm,plb4", },
34 { .compatible =
"ibm,opb", },
35 { .compatible =
"ibm,ebc", },
39 static int __init sam440ep_device_probe(
void)
41 of_platform_bus_probe(
NULL, sam440ep_of_bus,
NULL);
47 static int __init sam440ep_probe(
void)
49 unsigned long root = of_get_flat_dt_root();
51 if (!of_flat_dt_is_compatible(root,
"acube,sam440ep"))
54 pci_set_flags(PCI_REASSIGN_ALL_RSRC);
61 .probe = sam440ep_probe,
75 static int sam440ep_setup_rtc(
void)