2024-06-12 09:29:58

by Francesco Dolcini

[permalink] [raw]
Subject: [PATCH v1] dt-bindings: eeprom: at25: add fujitsu,mb85rs256 compatible

From: Francesco Dolcini <[email protected]>

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 <[email protected]>
---
No changes in the driver is required for this to be used, a device tree
file using it will come in a later step. Sending to minimize work
slowdown because of TI DT maintainer requirements on DT bindings, see
https://lore.kernel.org/all/[email protected]/
for more details.
---
Documentation/devicetree/bindings/eeprom/at25.yaml | 1 +
1 file changed, 1 insertion(+)

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
--
2.39.2



2024-06-12 10:08:56

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v1] dt-bindings: eeprom: at25: add fujitsu,mb85rs256 compatible

On 12/06/2024 11:29, Francesco Dolcini wrote:
> From: Francesco Dolcini <[email protected]>
>
> 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 <[email protected]>
> ---
> No changes in the driver is required for this to be used, a device tree
> file using it will come in a later step. Sending to minimize work
> slowdown because of TI DT maintainer requirements on DT bindings, see
> https://lore.kernel.org/all/[email protected]/
> for more details.
> ---


Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof