Dave Jiang wrote: > +static struct of_device_id __initdata of_bus_ids[] = { > + { .type = "soc", }, > + { .compatible = "soc", }, > + {}, > +}; Also add .compatible = "simple-bus". -Scott