| * Routines common to most mpc86xx-based boards. |
| * This is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| #include <linux/of_platform.h> |
| static const struct of_device_id mpc86xx_common_ids[] __initconst = { |
| { .compatible = "soc", }, |
| { .compatible = "simple-bus", }, |
| { .compatible = "gianfar", }, |
| { .compatible = "fsl,mpc8641-pcie", }, |
| int __init mpc86xx_common_publish_devices(void) |
| return of_platform_bus_probe(NULL, mpc86xx_common_ids, NULL); |
| long __init mpc86xx_time_init(void) |
| /* Set the time base to zero */ |