Merge tag 'tag-chrome-platform-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / eeprom / at24.txt
index f9a7c984274ce739c392a3af08c0775199d6e32e..0e456bbc121399b73a22c4b4745a61bf7a38794d 100644 (file)
@@ -75,6 +75,8 @@ Optional properties:
 
   - address-width: number of address bits (one of 8, 16).
 
+  - num-addresses: total number of i2c slave addresses this device takes
+
 Example:
 
 eeprom@52 {
@@ -82,4 +84,5 @@ eeprom@52 {
        reg = <0x52>;
        pagesize = <32>;
        wp-gpios = <&gpio1 3 0>;
+       num-addresses = <8>;
 };