On Thu, Nov 29, 2012 at 03:59:25PM +0100, Philipp Zabel wrote: > This patch adds device tree support to the lm73 driver. It is a > trivial i2c device that matches against the compatible property > value "national,lm73": > > i2c { > /* ... */ > > temperature-sensor@49 { > compatible = "national,lm73"; > reg = <0x49>; > }; > }; > > Signed-off-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx> Hi Philipp, You should not need explicit dt support in the driver source. I have been using dt to instantiate other i2c devices without it. Can you try with the original driver ? Thanks, Guenter _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors