diff options
author | 2025-02-03 14:14:27 +0300 | |
---|---|---|
committer | 2025-02-05 09:59:29 +0100 | |
commit | 78d9ee370ed33cd8b662981fe1f47cff7b4f0e43 (patch) | |
tree | ce1b6ef73da137edc09f52d7f7bd4783e2906b18 | |
parent | Linux 6.14-rc1 (diff) | |
download | wireguard-linux-78d9ee370ed33cd8b662981fe1f47cff7b4f0e43.tar.xz wireguard-linux-78d9ee370ed33cd8b662981fe1f47cff7b4f0e43.zip |
dt-bindings: eeprom: at24: Add compatible for Puya P24C64F
Add the compatible for another 64Kb EEPROM from Puya.
Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250203111429.22062-3-danila@jiaxyga.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/eeprom/at24.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml index c9e4afbdc448..e7496ece8ae9 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.yaml +++ b/Documentation/devicetree/bindings/eeprom/at24.yaml @@ -130,7 +130,9 @@ properties: - const: giantec,gt24c32a - const: atmel,24c32 - items: - - const: onnn,n24s64b + - enum: + - onnn,n24s64b + - puya,p24c64f - const: atmel,24c64 - items: - enum: |