[PATCH 1/4] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P64A

Luca Weiss posted 4 patches 1 week, 1 day ago
[PATCH 1/4] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P64A
Posted by Luca Weiss 1 week, 1 day ago
Add the compatible for another 64Kb 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 c21282634780..ce63acb025e8 100644
--- a/Documentation/devicetree/bindings/eeprom/at24.yaml
+++ b/Documentation/devicetree/bindings/eeprom/at24.yaml
@@ -132,6 +132,7 @@ properties:
       - items:
           - enum:
               - belling,bl24s64
+              - giantec,gt24p64a
               - onnn,n24s64b
               - puya,p24c64f
           - const: atmel,24c64

-- 
2.52.0
Re: [PATCH 1/4] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P64A
Posted by Rob Herring (Arm) 6 days, 15 hours ago
On Wed, 10 Dec 2025 10:05:27 +0900, Luca Weiss wrote:
> Add the compatible for another 64Kb 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>