Browse Source

dt-bindings: add eeprom "no-read-rollover" property

Adds an optional property for at24 eeproms. This parameterless
property indicates that the multi-address eeprom does not
automatically roll over reads to the next slave address.

Signed-off-by: Sven Van Asbroeck <svendev@arcx.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Sven Van Asbroeck 7 years ago
parent
commit
355dd4ca10
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Documentation/devicetree/bindings/eeprom/at24.txt

+ 5 - 0
Documentation/devicetree/bindings/eeprom/at24.txt

@@ -38,6 +38,11 @@ Optional properties:
 
   - size: total eeprom size in bytes
 
+  - no-read-rollover:
+			This parameterless property indicates that the multi-address
+			eeprom does not automatically roll over reads to the next
+			slave address. Please consult the manual of your device.
+
 Example:
 
 eeprom@52 {