On Fri, Jan 08, 2010 at 03:06:06PM +0100, Jochen Friedrich wrote: > I2C0: i2c@860 { ... > w1@aa { > reg = <0xaa>; > compatible = "dallas,ds2482"; > }; > }; This worked, thanks much Jochen and Jean! I had to use "reg = <18>;", it didn't build with "0x". FWIW, I've also tried restoring 0x18 in normal_i2c in ds2482.c, and i2c-core complained about quick not being supported. Where can I read about what it is? Why is it now required, whereas this worked in 2.6.25.7? With kind regards, Baurzhan. -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html