diff options
author | 2025-02-03 14:14:28 +0300 | |
---|---|---|
committer | 2025-02-05 09:59:29 +0100 | |
commit | 03480898cefe9cb5ba921dba9304703f7574b687 (patch) | |
tree | 66294a52b301d960b02bfcef27d45fbfa2944918 | |
parent | dt-bindings: eeprom: at24: Add compatible for Puya P24C64F (diff) | |
download | wireguard-linux-03480898cefe9cb5ba921dba9304703f7574b687.tar.xz wireguard-linux-03480898cefe9cb5ba921dba9304703f7574b687.zip |
dt-bindings: eeprom: at24: Add compatible for Giantec GT24P128E
Add the compatible for another 128Kb EEPROM from Giantec.
Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250203111429.22062-4-danila@jiaxyga.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/eeprom/at24.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |