* [PATCH] dt-bindings: eeprom: at25: Add Anvo ANV32C81W
@ 2025-11-05 2:31 Marek Vasut
2025-11-05 9:26 ` Krzysztof Kozlowski
0 siblings, 1 reply; 4+ messages in thread
From: Marek Vasut @ 2025-11-05 2:31 UTC (permalink / raw)
To: devicetree
Cc: Marek Vasut, Christian Eggers, Conor Dooley, Greg Kroah-Hartman,
Krzysztof Kozlowski, Markus Heidelberg, Rob Herring, linux-kernel
Document the compatible for ANV32C81W 256kb 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: Marek Vasut <marek.vasut@mailbox.org>
---
Cc: Christian Eggers <ceggers@arri.de>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Markus Heidelberg <m.heidelberg@cab.de>
Cc: Rob Herring <robh@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---
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 00e0f07b44f84..e1599ce109165 100644
--- a/Documentation/devicetree/bindings/eeprom/at25.yaml
+++ b/Documentation/devicetree/bindings/eeprom/at25.yaml
@@ -25,6 +25,7 @@ properties:
oneOf:
- items:
- enum:
+ - anvo,anv32c81w
- anvo,anv32e61w
- atmel,at25256B
- fujitsu,mb85rs1mt
--
2.51.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] dt-bindings: eeprom: at25: Add Anvo ANV32C81W
2025-11-05 2:31 [PATCH] dt-bindings: eeprom: at25: Add Anvo ANV32C81W Marek Vasut
@ 2025-11-05 9:26 ` Krzysztof Kozlowski
2025-11-05 13:53 ` Marek Vasut
0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2025-11-05 9:26 UTC (permalink / raw)
To: Marek Vasut
Cc: devicetree, Christian Eggers, Conor Dooley, Greg Kroah-Hartman,
Krzysztof Kozlowski, Markus Heidelberg, Rob Herring, linux-kernel
On Wed, Nov 05, 2025 at 03:31:17AM +0100, Marek Vasut wrote:
> Document the compatible for ANV32C81W 256kb 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.
There is no user of this binding, so no need to document it. If there
is, but somehow hiding from my sight, please use the changelog part to
explain such less usually details.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: eeprom: at25: Add Anvo ANV32C81W
2025-11-05 9:26 ` Krzysztof Kozlowski
@ 2025-11-05 13:53 ` Marek Vasut
2025-11-06 7:01 ` Krzysztof Kozlowski
0 siblings, 1 reply; 4+ messages in thread
From: Marek Vasut @ 2025-11-05 13:53 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: devicetree, Christian Eggers, Conor Dooley, Greg Kroah-Hartman,
Krzysztof Kozlowski, Markus Heidelberg, Rob Herring, linux-kernel
On 11/5/25 10:26 AM, Krzysztof Kozlowski wrote:
> On Wed, Nov 05, 2025 at 03:31:17AM +0100, Marek Vasut wrote:
>> Document the compatible for ANV32C81W 256kb 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.
>
> There is no user of this binding, so no need to document it. If there
> is, but somehow hiding from my sight, please use the changelog part to
> explain such less usually details.
The user is coming in the next few days or so, do you want me to
(re)post it all together as a series ?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: eeprom: at25: Add Anvo ANV32C81W
2025-11-05 13:53 ` Marek Vasut
@ 2025-11-06 7:01 ` Krzysztof Kozlowski
0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2025-11-06 7:01 UTC (permalink / raw)
To: Marek Vasut
Cc: devicetree, Christian Eggers, Conor Dooley, Greg Kroah-Hartman,
Krzysztof Kozlowski, Markus Heidelberg, Rob Herring, linux-kernel
On 05/11/2025 14:53, Marek Vasut wrote:
> On 11/5/25 10:26 AM, Krzysztof Kozlowski wrote:
>> On Wed, Nov 05, 2025 at 03:31:17AM +0100, Marek Vasut wrote:
>>> Document the compatible for ANV32C81W 256kb 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.
>>
>> There is no user of this binding, so no need to document it. If there
>> is, but somehow hiding from my sight, please use the changelog part to
>> explain such less usually details.
> The user is coming in the next few days or so, do you want me to
> (re)post it all together as a series ?
Yes, as usual. That's the standard process.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-11-06 7:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-05 2:31 [PATCH] dt-bindings: eeprom: at25: Add Anvo ANV32C81W Marek Vasut
2025-11-05 9:26 ` Krzysztof Kozlowski
2025-11-05 13:53 ` Marek Vasut
2025-11-06 7:01 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).