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 _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors