On Friday 05 June 2015 06:03:30 Chris Packham wrote: > > Is there a better way of getting the devicetree machinery to avoid the > call to the driver probe function in the first place? > > The newly added DT overlay support should do what you need, but it might not be the easiest solution. To start out with the device not getting probed at first, add a 'status="disabled"' property, which will prevent the i2c_device from getting added. At runtime you then need a way to change that from "disabled" to "ok" and retrigger the probe. I haven't done that myself, so it might need some i2c core changes to work correctly. Arnd -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html