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>
This commit is contained in:
parent
a01be217c5
commit
355dd4ca10
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue