[PATCH 2/4] dt-bindings: eeprom: at24: Add compatible for Puya P24C64F

Danila Tikhonov posted 4 patches 1 year ago
[PATCH 2/4] dt-bindings: eeprom: at24: Add compatible for Puya P24C64F
Posted by Danila Tikhonov 1 year ago
Add the compatible for another 64Kb EEPROM from Puya.

Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>
---
 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
Re: [PATCH 2/4] dt-bindings: eeprom: at24: Add compatible for Puya P24C64F
Posted by Rob Herring (Arm) 1 year ago
On Mon, 03 Feb 2025 14:14:27 +0300, Danila Tikhonov wrote:
> Add the compatible for another 64Kb EEPROM from Puya.
> 
> Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>
> ---
>  Documentation/devicetree/bindings/eeprom/at24.yaml | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>