Message ID | 20230614201056.379080-1-linux@rasmusvillemoes.dk |
---|---|
State | Accepted |
Commit | b6ca07fa9a19a2fc067eccd6bf1250c51061b436 |
Headers | show |
Series | dt-bindings: eeprom: at25: add st,m95640 compatible | expand |
diff --git a/Documentation/devicetree/bindings/eeprom/at25.yaml b/Documentation/devicetree/bindings/eeprom/at25.yaml index 11e2a95a7bcb..0e31bb36ebb1 100644 --- a/Documentation/devicetree/bindings/eeprom/at25.yaml +++ b/Documentation/devicetree/bindings/eeprom/at25.yaml @@ -33,6 +33,7 @@ properties: - microchip,25lc040 - st,m95m02 - st,m95256 + - st,m95640 - cypress,fm25 - const: atmel,at25
The st,m95640 is a 64 Kbit SPI eeprom in the same family as the two existing st,m95* compatibles. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> --- In case its relevant the data sheet is easily available from https://www.st.com/en/memories/m95640-w.html . It seems odd they chose right-pad with a 0, 640 instead of 064 (m02 means 2 Mbit, 256 means 256 Kbit, so there's some logic to that), but here we are. Documentation/devicetree/bindings/eeprom/at25.yaml | 1 + 1 file changed, 1 insertion(+)