of_platform_bus_create
rc = of_platform_bus_create(child, matches, lookup, &dev->dev, strict);
rc = of_platform_bus_create(root, matches, NULL, parent, false);
rc = of_platform_bus_create(child, matches, NULL, parent, false);
rc = of_platform_bus_create(child, matches, lookup, parent, true);