On 17.07.2015 17:08, Wolfram Sang wrote:
+
+               eeprom@42 {
+                       compatible = "linux,slave-24c02";
+                       //FIXME: Should be I2C_OWN_SLAVE_ADDRESS | 0x42
+                       reg = <0xc0000042>;

I used it in this way:
reg = <(I2C_OWN_SLAVE_ADDRESS | 0x42)>;

+               };
        };

        /* Expansion GEN2_I2C_* */


--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to