diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-08-22 08:02:36 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-08-24 22:44:26 +0200 |
commit | 730fd9d736290b011b9c344d5e26ed29900a2d94 (patch) | |
tree | 5245aa93417c6a9c0115d6f4ed81b72be0fa03ec /Documentation/devicetree/bindings/eeprom | |
parent | 082b1ed591b177cb55f885090e42067b3f3093c6 (diff) | |
download | linux-730fd9d736290b011b9c344d5e26ed29900a2d94.tar.gz |
dt-bindings: eeprom: at25: Add Anvo ANV32E61W
Document the compatible for ANV32E61W 64kb Serial SPI non-volatile SRAM.
Although it is a SRAM device, it can be accessed through EEPROM
interface. At least until there is no proper SRAM driver support for
it.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/eeprom')
-rw-r--r-- | Documentation/devicetree/bindings/eeprom/at25.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/eeprom/at25.txt b/Documentation/devicetree/bindings/eeprom/at25.txt index b3bde97dc199..42577dd113dd 100644 --- a/Documentation/devicetree/bindings/eeprom/at25.txt +++ b/Documentation/devicetree/bindings/eeprom/at25.txt @@ -3,6 +3,7 @@ EEPROMs (SPI) compatible with Atmel at25. Required properties: - compatible : Should be "<vendor>,<type>", and generic value "atmel,at25". Example "<vendor>,<type>" values: + "anvo,anv32e61w" "microchip,25lc040" "st,m95m02" "st,m95256" |