[PATCH 3/4] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P128E

Danila Tikhonov posted 4 patches 1 year ago
[PATCH 3/4] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P128E
Posted by Danila Tikhonov 1 year ago
Add the compatible for another 128Kb EEPROM from Giantec.

Signed-off-by: Danila Tikhonov <danila@jiaxyga.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 e7496ece8ae9..0ac68646c077 100644
--- a/Documentation/devicetree/bindings/eeprom/at24.yaml
+++ b/Documentation/devicetree/bindings/eeprom/at24.yaml
@@ -136,6 +136,7 @@ properties:
           - const: atmel,24c64
       - items:
           - enum:
+              - giantec,gt24p128e
               - giantec,gt24p128f
               - renesas,r1ex24128
               - samsung,s524ad0xd1
-- 
2.48.1
Re: [PATCH 3/4] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P128E
Posted by Rob Herring (Arm) 1 year ago
On Mon, 03 Feb 2025 14:14:28 +0300, Danila Tikhonov wrote:
> Add the compatible for another 128Kb EEPROM from Giantec.
> 
> Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>
> ---
>  Documentation/devicetree/bindings/eeprom/at24.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

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