> BTW, is it legal/appropriate to specify device (not bus) types for > of_platform_bus_probe()? In almost all cases you should probe on "name"/"compatible", and not use "device_type" at all. Segher