diff options
author | 2024-07-02 12:31:14 +0200 | |
---|---|---|
committer | 2024-07-03 11:57:52 +0200 | |
commit | 3a9ba4e32230df6c48cda1fd5cbca6facacc74c2 (patch) | |
tree | a7eb8af6d4438950645fb9513a6545c0b882e7cc | |
parent | dt-bindings: eeprom: at24: Move compatible for Belling BL24C16A to proper place (diff) | |
download | wireguard-linux-3a9ba4e32230df6c48cda1fd5cbca6facacc74c2.tar.xz wireguard-linux-3a9ba4e32230df6c48cda1fd5cbca6facacc74c2.zip |
dt-bindings: eeprom: at24: Add compatible for ONSemi N24S64B
The ONSemi N24S64B is a 64 KBit serial EEPROM that is compatible
with atmel,24c64.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240702103155.321855-3-frieder@fris.de
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/eeprom/at24.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml index d7227d574d16..e396e47b2f13 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.yaml +++ b/Documentation/devicetree/bindings/eeprom/at24.yaml @@ -129,6 +129,9 @@ properties: - const: giantec,gt24c32a - const: atmel,24c32 - items: + - const: onnn,n24s64b + - const: atmel,24c64 + - items: - enum: - renesas,r1ex24128 - samsung,s524ad0xd1 |