[PATCH 2/4] dt-bindings: eeprom: at24: Add compatible for Puya P24C64F
From: Danila Tikhonov
Date: Mon Feb 03 2025 - 06:44:49 EST
Add the compatible for another 64Kb EEPROM from Puya.
Signed-off-by: Danila Tikhonov <danila@xxxxxxxxxxx>
---
Documentation/devicetree/bindings/eeprom/at24.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml
index c9e4afbdc448..e7496ece8ae9 100644
--- a/Documentation/devicetree/bindings/eeprom/at24.yaml
+++ b/Documentation/devicetree/bindings/eeprom/at24.yaml
@@ -130,7 +130,9 @@ properties:
- const: giantec,gt24c32a
- const: atmel,24c32
- items:
- - const: onnn,n24s64b
+ - enum:
+ - onnn,n24s64b
+ - puya,p24c64f
- const: atmel,24c64
- items:
- enum:
--
2.48.1