diff options
author | Peter Rosin <peda@axentia.se> | 2018-01-16 17:06:16 +0100 |
---|---|---|
committer | Bartosz Golaszewski <brgl@bgdev.pl> | 2018-03-21 14:42:56 +0100 |
commit | c0a2676c911c73cf7c753083fdd8f775063d324b (patch) | |
tree | bfc7528657c6f76e55f06e4d18dafcdae5d24619 /Documentation | |
parent | c698ca5278934c0ae32297a8725ced2e27585d7f (diff) | |
download | linux-stable-c0a2676c911c73cf7c753083fdd8f775063d324b.tar.gz linux-stable-c0a2676c911c73cf7c753083fdd8f775063d324b.tar.bz2 linux-stable-c0a2676c911c73cf7c753083fdd8f775063d324b.zip |
dt-bindings: at24: add compatible for nxp,se97b
The datasheet talks about the chip being an spd, but the chip is writable
so atmel,24c02 is more appropriate as fallback.
Signed-off-by: Peter Rosin <peda@axentia.se>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/eeprom/at24.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/eeprom/at24.txt b/Documentation/devicetree/bindings/eeprom/at24.txt index abfae1beca2b..edf9247613f6 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.txt +++ b/Documentation/devicetree/bindings/eeprom/at24.txt @@ -46,6 +46,7 @@ Required properties: Some vendors use different model names for chips which are just variants of the above. Known such exceptions are listed below: + "nxp,se97b" - the fallback is "atmel,24c02", "renesas,r1ex24002" - the fallback is "atmel,24c02" - reg: The I2C address of the EEPROM. |