[PATCH 1/5] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P128F

Luca Weiss posted 5 patches 1 year, 1 month ago
[PATCH 1/5] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P128F
Posted by Luca Weiss 1 year, 1 month ago
Add the compatible for another 128Kb EEPROM from Giantec.

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

diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml
index 590ba0ef5fa26180b7dda4789fd49ce9b27564ab..a2970c7c8f27600ad0d495a7e14875a3be611c03 100644
--- a/Documentation/devicetree/bindings/eeprom/at24.yaml
+++ b/Documentation/devicetree/bindings/eeprom/at24.yaml
@@ -134,6 +134,7 @@ properties:
           - const: atmel,24c64
       - items:
           - enum:
+              - giantec,gt24p128f
               - renesas,r1ex24128
               - samsung,s524ad0xd1
           - const: atmel,24c128

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

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