diff options
author | Francesco Dolcini <francesco.dolcini@toradex.com> | 2024-06-12 12:29:34 +0300 |
---|---|---|
committer | Rob Herring (Arm) <robh@kernel.org> | 2024-07-31 17:35:15 +0300 |
commit | e1cf752ede8e82c2d084868c50a1ca6cdb07c9c4 (patch) | |
tree | fcc3702a92da032097b604716a65690c6a033269 | |
parent | 0710c3d304f67f9b68f5082214e311ec8f82bd82 (diff) | |
download | linux-e1cf752ede8e82c2d084868c50a1ca6cdb07c9c4.tar.xz |
dt-bindings: eeprom: at25: add fujitsu,mb85rs256 compatible
The fujitsu,mb85rs256 is a 256 Kbit SPI memory FRAM in the same family
as the two existing fujitsu,mb85rs* compatibles and at25 compatible.
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240612092934.12282-1-francesco@dolcini.it
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/eeprom/at25.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/eeprom/at25.yaml b/Documentation/devicetree/bindings/eeprom/at25.yaml index 1715b0c9feea..c31e5e719525 100644 --- a/Documentation/devicetree/bindings/eeprom/at25.yaml +++ b/Documentation/devicetree/bindings/eeprom/at25.yaml @@ -28,6 +28,7 @@ properties: - anvo,anv32e61w - atmel,at25256B - fujitsu,mb85rs1mt + - fujitsu,mb85rs256 - fujitsu,mb85rs64 - microchip,at25160bn - microchip,25lc040 |