[PATCH 3/5] dt-bindings: eeprom: at24: Add compatible for Puya P24C256C

Luca Weiss posted 5 patches 1 year, 1 month ago
[PATCH 3/5] dt-bindings: eeprom: at24: Add compatible for Puya P24C256C
Posted by Luca Weiss 1 year, 1 month ago
Add the compatible for an 256Kb EEPROM from Puya.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
 Documentation/devicetree/bindings/eeprom/at24.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml
index a2970c7c8f27600ad0d495a7e14875a3be611c03..c9e4afbdc44809c21fe4c073f1a2494e899dfe0f 100644
--- a/Documentation/devicetree/bindings/eeprom/at24.yaml
+++ b/Documentation/devicetree/bindings/eeprom/at24.yaml
@@ -138,6 +138,10 @@ properties:
               - renesas,r1ex24128
               - samsung,s524ad0xd1
           - const: atmel,24c128
+      - items:
+          - enum:
+              - puya,p24c256c
+          - const: atmel,24c256
       - items:
           - const: microchip,24aa025e48
       - items:

-- 
2.47.1
Re: [PATCH 3/5] dt-bindings: eeprom: at24: Add compatible for Puya P24C256C
Posted by Rob Herring (Arm) 1 year, 1 month ago
On Fri, 03 Jan 2025 12:11:59 +0100, Luca Weiss wrote:
> Add the compatible for an 256Kb EEPROM from Puya.
> 
> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> ---
>  Documentation/devicetree/bindings/eeprom/at24.yaml | 4 ++++
>  1 file changed, 4 insertions(+)
> 

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